On Mon, 25 Jun 2007, tiffany wrote:
Can POI generate a csv file? If yes, do you have an example or any information that I can read??
As others have said, if your memory requirements allow you to use the usermodel, then do that. It'll provide you with a nice interface to the file, make it easy for you to format your data. Then, just write it out.
If you have serious memory constraints, then you'll probably need to use the eventusermodel. If you take a look in the scratchpad examples, you'll see how to use the MissingRecordAware eventusermodel to output a csv without missing rows or columns. (You'll need a svn checkout for that, it's new code)
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
