Hi,
I have downloaded latest POI 3.5 and tried to run sample application for creation of excel sheet.But it is always giving error while exceuting some code like:
enter code here
Workbook wb = new XSSFWorkbook(); //or new HSSFWorkbook();
Generated Exception all the time is:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlException at ExcelSheetCreation.main(ExcelSheetCreation.java:38)
please give solution for the given exception, why is it giving such kind of exception,as i have included all the types of POI 3.5 jars.? What to include more in the project?
Thanks,
Mishal Shah