BIRT Exchange Forum: Generating xlsx file using f1j10swing.jar(com.f1j.swing.JBook) - BIRT Exchange Forum

Jump to content


 

BIRT Poll: To best make a table fill a pdf page before breaking (PL=page layout, PBI=page break interval) set:

PL: auto, PBI: 0PL: fixed, PBI: 0PL: auto, PBI: 1000000PL: fixed, PBI: 1000000
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Generating xlsx file using f1j10swing.jar(com.f1j.swing.JBook) Rate Topic: -----

#1 User is offline   anshukunal Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 25-May 12


Posted 25 May 2012 - 02:46 AM

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.
0

#2 User is offline   bmoser Icon

  • Junior Member
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 19-August 09


Posted 25 October 2012 - 12:40 PM

View Postanshukunal, 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.


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.
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users