apache poi 3.6: Reading an xlsx file...
Posted
by Helpme
on Stack Overflow
See other posts from Stack Overflow
or by Helpme
Published on 2010-05-23T19:26:33Z
Indexed on
2010/05/23
19:30 UTC
Read the original article
Hit count: 722
java
Hi!
I have a relatively dumb newb question, Im trying to open an xlsx file for reading using the apache POI 3.6.
XSSFWorkbook workBook = new XSSFWorkbook("C:\test.xlsx");
The xlsx file was saved in excel 2007, the error Im seeing is: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlException
- I dont know what the solution is... any ideas and/or example code?
© Stack Overflow or respective owner