On Thu, 7 May 2009, Chris Lott wrote:
Sounds reasonable. Can you offer any insights into the shared string table?
Have a look at the microsoft docs, they're not bad.
It looks like the shared string ID in a sheet(n).xml file is simply the index of the string in the table. That suggests to me a simple Java vector might be a suitable implementation with not only low memory use but also constant lookup time; don't even need a map.
I think you ought to be just fine with a vector or array / arraylist, yes. Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
