You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to support opening and preserving the styles and formatting of a xlsx file, that is already formatted. Example use-case: existing xlsx file, already formatted, and just want to fill it with values.
When I do that now, by simply using OpenFile/Save, my style is not preserved (pictures, titles, indentation and so on).
I get the error below:
"We found a problem with some content in ’test.xlsx’. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes."
Please, let me know if this is supported and I've missed it in the documentation.
The text was updated successfully, but these errors were encountered:
Thanks for your issue. Which version of the Go language and Excelize library are you using? Could you follow the issue template and show us a complete, standalone example program or reproducible demo?
Trying to open the tests.xlsx gives me an excel spreadsheet with no styling and the warning message: "We found a problem with some content in ’test.xlsx’. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes."
Thanks for your feedback. This problem has been fixed, duplicated with #1666. Please upgrade to the master branch code, and this patch will be release in the next version.
It would be nice to support opening and preserving the styles and formatting of a xlsx file, that is already formatted.
Example use-case: existing xlsx file, already formatted, and just want to fill it with values.
When I do that now, by simply using OpenFile/Save, my style is not preserved (pictures, titles, indentation and so on).
I get the error below:
"We found a problem with some content in ’test.xlsx’. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes."
Please, let me know if this is supported and I've missed it in the documentation.
The text was updated successfully, but these errors were encountered: