-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Date format #62
Comments
…th `time.Time` data type, related issue #62; - go doc updated
Thanks for your issue, I have update the library with handle pre-defined number format set of cell when set cell value with |
Excellent, great thanks! Our project is rescued :). On Monday at work I'll try a new version. |
How to set the date correctly? If I use |
Try to adjust the width of the column to make it display normally. |
Excuse me, in Excel I'm a noob :). Everything worked out. Thank you! |
Hi @Luxurioust , when passing time.Time it indeed works but when later I do a setCellStyle for a very big range (where some, not all, columns have date values)
I lose the date formatting. Is there a way how I can ADD extra formatting (the wrap_text in this case) rather than OVERWRITING them? |
The new style will overwrite the old style, because function |
Hello.
Please help me with date substitution and formatting. There is an xlsx file (template), it has a field of type Date, it has a format, for example: 14-Mar-12
Using the library, I substitute my date value, for example: 2017-06-23 14:04:05 I expect that the inserted date will be of the specified format, but it is not. The inserted value is displayed unchanged: 2017-06-23 14:04:05
If start Excel, open the saved file and double-click on this field, it is converted according to the specified format. How to do this with your library?
Is there an analog UpdateLinkedValue() to update the date according to the format specified in the template?
Thank you!
The text was updated successfully, but these errors were encountered: