On Mon, 16 Aug 2010, Trollchik wrote:
ArrayList<PackagePart> parts =pkg.getPartsByContentType(XSSFRelation.SHARED_STRINGS.getContentType()); PackagePart sstPart = parts.get(0); bcs i u understand i got parts.size() = 0!!!!, but why? why it works good enought with xlsm files and doesn't work with XLSX!
That would seem to indicate you don't have a shared strings table, which is odd. Is there really one in the file?
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
