Hi, We have an application which opens an excel and he writes the data to the cells of the excel and closes the excel by itself..We used to use JXL to do this kind of work but JXL is no good for excel 2010 so I've updated to use Apache POI instead to use XSSFWorkbook.. I'm able to replace all the functions of JXL successfully with Apache POI except workbook.close() function of JXL. Is there a way to close the workbook by its self after the work is done using the apache poi, I looked in apache workbook api and I tried to google around but I dont see any thread explaining this.. You're help will be greatly appreciated. By the way I'm using POI-3.6
Regards, Vijay P -- View this message in context: http://apache-poi.1045710.n5.nabble.com/workbook-close-with-apache-poi-tp3309873p3309873.html Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
