https://issues.apache.org/bugzilla/show_bug.cgi?id=32562
--- Comment #3 from Jim Robinson <[email protected]> 2009-04-21 20:18:57 PST --- I am working with a "template" file that is kept up to date. A live query is running against a DB that extracts a new data attribute based on matching fields for each row of data in the sheet. Essentially I am creating a new column if its header is not already present in the template, and populating my new data attribute in each row for that column. Without such an API method, I will have to iterate over every populated row in the sheet, and copy every cell from the desired column target index one cell to the right (right to left of course). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
