On Wed, 15 May 2013, kris79ric wrote:
I have to instead use the XSSF Event API and SAX because I'm creating a large Excel file and have limited memory. How can I achieve the same thing as above using XSSFReader?
XSSFReader is read-only, it doesn't support writing. You'll either need to do very low level xml manipulations on the raw xml, or just buy some more memory for your server. (Memory is cheap, programmers aren't...)
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
