Hello All, I am trying to come up with a way to dynamically create worksheets, as the number of sheets isn't fixed, for a java report generating program I developed. I'm using POI version 1.5.0. to create an xls spreadsheet that I populate with an resultset. I've been able to create multiple sheets, but I don't know how to reference them in the code, without hard coding each one and therefore cannot populate them. Any ideas as to the best way to do this?
James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
