I found one that looks promising - jXLS (http://jxls.sourceforge.net/).
Thanks, Gordon -----Original Message----- From: Anthony Andrews [mailto:[EMAIL PROTECTED] Sent: Sunday, August 05, 2007 6:08 AM To: POI Users List Subject: Re: [[nosig]] How can I copy rows or cells and preserve formatting I think - and it is think so forgive me if I am mistaken - that someone has written a utility that will accomplish this sort of task. Have you searched through the archive of messages posted to the group yet? You may be able to find it. [EMAIL PROTECTED] wrote: I am using POI to generate reports from a Java application. For various reasons, I would like to be able to tweak the format of the report using excel rather than POI. My approach to this is to create a report template using excel. My application would then open the template and, for each row in the report, simply copy a row from the template onto the report, and then fill in the values. However, I have not found a way to copy a row or cell via POI in such a way that preserves formatting. Is it possible to do this with POI? The copying of rows or cells would be between worksheets but within the same workbook. Thanks in advance, Gordon --------------------------------- Got a little couch potato? Check out fun summer activities for kids. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
