Page 1 of 1
Generating xlsx file using f1j10swing.jar(com.f1j.swing.JBook)
#2
Posted 25 October 2012 - 12:40 PM
anshukunal, on 25 May 2012 - 05:46 AM, said:
Need to generate .xlsx file.
I am using following code for generating .xls file:
JBook objXLOutput;
byte [] objByte = objXLOutput.writeToBlob(new com.f1j.ss.WriteParams(objXLOutput.eFileExcel97));
Now i have to generate .xlsx file instead of .xls file.
I am using following code for generating .xls file:
JBook objXLOutput;
byte [] objByte = objXLOutput.writeToBlob(new com.f1j.ss.WriteParams(objXLOutput.eFileExcel97));
Now i have to generate .xlsx file instead of .xls file.
It appears you are using e.Spreadsheet 8.x. It did not have a way to export xlsx. This functionality was added with version 9. I would recommend upgrading to our latest version, 11 SP4 as even version 9 is no longer supported.
Page 1 of 1





MultiQuote