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
We are experiencing performance issues when using SaveAs() to save an .xlsm file with macros. To improve performance, we attempted to use WriteTo(), which successfully creates the file, but the resulting file is corrupted.
Just a few questions:
Is WriteTo() effective for improving performance when saving large files? If not, are there better alternatives?
Additionally, can WriteTo() handle .xlsm files with macros
Description
Hi there,
We are experiencing performance issues when using SaveAs() to save an .xlsm file with macros. To improve performance, we attempted to use WriteTo(), which successfully creates the file, but the resulting file is corrupted.
Just a few questions:
Steps to reproduce the issue
vbaProject.bin
to the filewriteTo()
Describe the results you received
Describe the results you expected
I expect the file to be openable with macros, just like it is when using SaveAs().
Go version
go1.22.3
Excelize version or commit ID
2.9.0
Environment
Validations
The text was updated successfully, but these errors were encountered: