Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excel UI should propagate time stamps consistently #243

Open
JS3xton opened this issue Apr 3, 2017 · 1 comment
Open

Excel UI should propagate time stamps consistently #243

JS3xton opened this issue Apr 3, 2017 · 1 comment

Comments

@JS3xton
Copy link
Contributor

JS3xton commented Apr 3, 2017

It would be nice if the Excel UI propagated time stamps more consistently. Currently, I lazily copy and paste any columns from my input Excel sheet which have time stamp data to the output sheet because the output sheet doesn't preserve the formatting.

@castillohair
Copy link
Collaborator

I've seen that problem too: an output file from FlowCal has floating-point numbers instead of proper datetime values when it copies dates/times from an input excel file.

If I read the output file from python, I can do the following to recover a proper datetime:

datetime.datetime(1899, 12, 30) + datetime.timedelta(days=time)

where time is any value from an improperly formatted time column.

Obviously this is not a real solution, and having pandas not mess up the formatting would be better.

@JS3xton JS3xton self-assigned this Apr 30, 2020
@JS3xton JS3xton removed the wishlist label Apr 30, 2020
@JS3xton JS3xton removed their assignment May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants