I'm big big fan of apache Poi, I used it for reading/writing excel before.
Now I want to use apache poi for reading a macro for my project.
Agreed my macro has 10 sheets but creating workbook oibject is taking too
long.


FileInputStream file = new FileInputStream(new File("C:\\test.xlsm"));

XSSFWorkbook wb = new XSSFWorkbook(file);


The step of creating workbook object is taking atleast 2 mins. Can anyone
please explain why and what can be done to improve.



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Reading-macro-using-apache-poi-is-taking-too-long-tp5712869.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to