On Thu, 13 Jun 2013, manivel wrote:
I am writing a 2007 excel file through POI and downloading the file. Later i am reading the same excel file. While reading through SAX parser, the data is not fetched properly. Whenever i implement the SAX parser, the value for the parameter "name" is coming as "sst","si" or "t" in methods startElement and endElement. If i resave the excel file, the value is coming as "c","v", "row" etc and able to read the data.
Your best bet is to unzip the file, and read the xml yourself. Does it look sensible? Is there anything strange about it? Are you sure you're actually reading the right part of the file? (Web browsers are often pretty good at giving a nice way to view xml files, if you don't already have a favourite one)
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
