https://issues.apache.org/bugzilla/show_bug.cgi?id=52622

Yegor Kozlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #10 from Yegor Kozlov <[email protected]> 2012-02-09 07:46:40 UTC ---
I still don't see anything wrong with POI. 

The attached Java program creates a sheet with two cells: A1 with a string
value "a" and B1 with a string value "b". 

XLSX2CSV  is based on the event model and can process this file without
problems.
The console output:

sheet1 [index=0]:
"a","b"

Please confirm that you observe the same results.

The second code snippet is not complete and I cannot compile and verify it.
Please post full code and describe what values you expect to see in the output,
what is missing, etc. 

You said that files created in Excel 2007 are processed OK. Please attach two
sample files:  one created by POI and the other created in Excel 2007 and which
is read OK by your program. 

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]

Reply via email to