Thanks for your reply and help.
I am doing the last link:
http://poi.apache.org/spreadsheet/how-to.html#xssf_sax_api
I am getting this error: The getWorkbookData method was not found.
<cfset xlsFileTemplate =
createObject("java","org.apache.poi.openxml4j.opc.OPCPackage").open(JavaCast("string",
filepathtemplate)) />
<cfset xmlReader =
createObject("java","org.apache.poi.xssf.eventusermodel.XSSFReader") />
<cfset newWorkbook = xmlReader.getWorkbookData(xlsFileTemplate) />
What am i missing?
--
View this message in context:
http://apache-poi.1045710.n5.nabble.com/Java-Memory-issue-tp5717351p5717360.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]