You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/07/14 14:15:09 UTC

[GitHub] [netbeans] MasterEx commented on pull request #2169: [NETBEANS-4415] Export dataview results to file

MasterEx commented on pull request #2169:
URL: https://github.com/apache/netbeans/pull/2169#issuecomment-658205346


   @matthiasblaesing Hi and thanks for your feedback.
   
   I have pushed a few changes. I am using the `fastexcel` lib to produce the .xlsx files and have removed the .xls support all together. The `fastexcel` libraries are indeed less than 100k in size.
   
   I have left some of the Apache poi dependencies which are however used only in the unit tests. I have done that because it was easier to write the tests that way and they shouldn't contribute to the final size of the Netbeans artifact.
   
   Finally, I have added the license related files for the external libraries.
   
   Please, let me know if you have any comment.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists