On Fri, 6 Aug 2010, [email protected] wrote:
int before = wb.getNumCellStyles(); wb.createCellStyle(); int after = wb.getNumCellStyles();Both, 'after' and 'before' give 1 for me. I guess this is a bug?
See the changes list http://poi.apache.org/changes.html - this was recently fixed
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
