https://issues.apache.org/bugzilla/show_bug.cgi?id=47520
--- Comment #2 from Yegor Kozlov <[email protected]> 2009-07-13 11:11:39 PST --- Roberto, Thanks for the patch. I gave a quick look and have the following comments: - Did you make any changes to XSSFFactory? I guess you did, otherwise workbook.getRelations() would never return instances of MapInfo. Please re-attach the full diff. - Please normalize your code to use org.apache.poi.ss.util.CellReference instead of XSSFCellReference. The latter class is redundant. - Can you provide an example based on the posted code so that we include it in the XSSF examples? It would be very handy. Regards, Yegor -- 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]
