Replies: 1 comment
-
Thanks for your issue, this issue is duplicated with #1025, #1042, and #1091, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get an
*excelize.File
withwhere the file argument is a
multipart.File
. If I try to doI get this error:
If I get an
*excelize.File
withthen I can call
.Close()
on it.How do I assure that the
excelize.File
obtained fromOpenReader()
gets closed?Beta Was this translation helpful? Give feedback.
All reactions