-
-
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
Macros rendering as plain text #1461
Labels
confirmed
This issue can be reproduced
Comments
Thanks for your feedback. Could you provide a reproducible demo and your input file attachment without confidential info? |
Of course, please find attached. |
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. |
xuri
added a commit
that referenced
this issue
Feb 2, 2023
- Increase max cell styles to 65430 - Add new exported error variable `ErrCellStyles` - Update unit tests, support test under Go 1.20.x
Hi, I can confirm that the issue has been fixed. Thank you very much for your speedy response. Much appreciated. |
xuri
added a commit
to JDavidVR/excelize
that referenced
this issue
Jul 11, 2023
- Increase max cell styles to 65430 - Add new exported error variable `ErrCellStyles` - Update unit tests, support test under Go 1.20.x
jenbonzhang
pushed a commit
to jenbonzhang/excelize
that referenced
this issue
Oct 22, 2023
- Increase max cell styles to 65430 - Add new exported error variable `ErrCellStyles` - Update unit tests, support test under Go 1.20.x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After reading and writing from and to a xlsm file, the "macro" are being rendered as plain text:
Steps to reproduce the issue:
Describe the results you received:
Both f.SetSheetRow() or f.DeleteSheet() delivers what is expected but the "macros" are being rendered:
Describe the results you expected:
A sheet with the rows 1-8 collpased
Output of
go version
:go version go1.19.5 linux/arm64
Excelize version or commit ID:
github.com/xuri/excelize/v2 v2.7.0
Environment details (OS, Microsoft Excel™ version, physical, etc.):
go running in a docker container using official go image alpine. Also tried using the "standard image" to no avail.
The text was updated successfully, but these errors were encountered: