I'm doing a little work on trying to change the XSSF streaming APIs to accept a SharedStringsTable interface instead of a concrete implementation. We currently have 3 different SharedStringsTable implementations and it would be nice to be able to share code between the implementations and to allow external users to write their own implementations (that use less memory, for instance - the current implementations use Java collections to store all the shared strings for the workbook).
I'm trying to make the changes in a backward compatible way. The same issues affect CommentsTable and StylesTable. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org