I am getting and error message when i call workbook.write() method while running script
java.lang .noclassDefFoundError : Couldn't initialize class.org.openxmlformats.schemas.spreadsheet
What could be the possible reasons and how to correct this error
PS: WorkBook write method is avaialble under XLS Workbook
Ariene Kroeze on
Hi,
I think that the extension of the file name is xlsx. That is not yet available in the current API. My advise: change it to xls.
kind regards,
Ariene Kroeze