On Thu, 13 Feb 2014, Craig Milhiser wrote:
I am trying to add data to a template workbook.  This workbook and the
additional data is large so I am using the SXSSF model.

I want to check the version of the template which is stored in the
workbook to ensure it matches the program.  However I cannot get any rows
from the existing sheet.

Correct. SXSSF is writing/append only. No reading support

If you need to read the .xlsx file first, and you're short on memory, then you'll need to use SAX to process it

Nick

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

Reply via email to