Closed edgargoncalves closed 8 years ago
Thanks for the feedback - it is a great idea. Maybe we could do it with a multimethod load-workbook rather than having a -from-stream variant.
Regards, Martin
For people looking at this thread hoping to use this with Google App Engine: sorry to inform that it will fail, just because creating a blank workbook will fail on (blank-workbook):
Uncaught exception from servlet
org.apache.poi.POIXMLException: java.security.AccessControlException: access denied (java.io.FilePermission poifiles write)
at org.apache.poi.xssf.usermodel.XSSFWorkbook.newPackage(XSSFWorkbook.java:28 1)
at org.apache.poi.xssf.usermodel.XSSFWorkbook.
Feel free to suggest a workaround!
Thanks for your feedback. I am pleased to report that Docjure supports streams as of version 1.9.0.
This will be useful for webapps, at least. I currently have the following defined to support this: