apache poi 3.6: Reading an xlsx file...
- by Helpme
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?