On Fri, 26 Sep 2008, Dobson, Paul L CTR USAF AFMC 416 SCMS/OBN wrote:
I have super large excel files. Would that require the whole Workbook to be in memory? I think I am restricted to only use event driven processing due to the file size.

Ah, yes. OK, what you want to do is take a look at how xssf.usermodel.XSSFWorkbook does it, then do the same thing only event based. (IIRC, it involves using the relations on the workbook, and the ids for the relations are in the sheet definition on the workbook)

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to