Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » Excel Export with .xlsx
Excel Export with .xlsx [message #1772718] Thu, 14 September 2017 09:43 Go to next message
Naveen Sabapathy is currently offline Naveen SabapathyFriend
Messages: 46
Registered: July 2016
Member
I have implemented the export to excel functionality. It supports .xls format.
Do we have the functionality of exporting it to excel with .xlsx format?

if its not available, whats the simple workaround?
Re: Excel Export with .xlsx [message #1772743 is a reply to message #1772718] Thu, 14 September 2017 15:16 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Use the Apache POI extension and see what it can do for you
Re: Excel Export with .xlsx [message #1780176 is a reply to message #1772743] Thu, 18 January 2018 12:17 Go to previous messageGo to next message
Naveen Sabapathy is currently offline Naveen SabapathyFriend
Messages: 46
Registered: July 2016
Member
Dirk Fauth wrote on Thu, 14 September 2017 17:16
Use the Apache POI extension and see what it can do for you


I could not able to find anything related to XSSF in complete apache poi extension.
So, does that means it doesn't support the .xlsx export?

Are there any other way to achieve that?
Re: Excel Export with .xlsx [message #1780181 is a reply to message #1780176] Thu, 18 January 2018 13:02 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
I see, IIRC there is no XSSF export support in our extension because of issues with the OSGi-ification of the XSSF stuff from Apache POI.

If you need that you will need to see how to get the library in your runtime and implement an exporter that creates an export using XSSF.
Previous Topic:Auto resize column by double clicking
Next Topic:Help with overriding grid line rendering methods
Goto Forum:
  


Current Time: Wed Apr 24 15:54:10 GMT 2024

Powered by FUDForum. Page generated in 0.03564 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top