-
-
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
SetCellValue with time.Time results in Excel "We found a problem with some content" #1464
Labels
bug
Something isn't working
Comments
test.xlsx |
Thanks for your issue. I have fixed it. Please try to upgrade to the master branch code, and this patch will be released in the next version. |
Thank you for the fix! |
Closed
xuri
added a commit
to JDavidVR/excelize
that referenced
this issue
Jul 11, 2023
- Support creating a conditional format with a "stop if true" rule - Support set border color and create solid color for the color data bar - Fix incorrect cell type when modifying string cell with the time number - Update unit test for the add pivot table to avoid pivot table range overlap
jenbonzhang
pushed a commit
to jenbonzhang/excelize
that referenced
this issue
Oct 22, 2023
- Support creating a conditional format with a "stop if true" rule - Support set border color and create solid color for the color data bar - Fix incorrect cell type when modifying string cell with the time number - Update unit test for the add pivot table to avoid pivot table range overlap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When converting a cell value to date(time.Time) the resulting file doesn't work in Excel.
Steps to reproduce the issue:
Describe the results you received:
Excel warns: "We found a problem with some content."
Describe the results you expected:
Valid xlsx-file.
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Code to reproduce
ps. Thank you for an amazing library!
The text was updated successfully, but these errors were encountered: