Suggest: Make "export" on Excel facade public instead of protected #1932
-
Is there a good reason to guard the "export" method on the Excel facade? I have a case where it would be useful. I would like to retrieve the document as a temporary file to then handle it by a means not available by the other facade methods. My alternative at present is to save it to the local drive temporarily, process it, then delete the file. A temporary file would be simple and more tolerant of runtime faults. Any thoughts? |
Beta Was this translation helpful? Give feedback.
Answered by
freekmurze
Jun 18, 2020
Replies: 1 comment 1 reply
-
Does this package contain an excel facade? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GregPeden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this package contain an excel facade?