Re: [dev] Performance of exporting through open office

2013-07-15 Thread Mariusz `shd` Gliwiński
15.07.2013 12:28, Dennis E. Hamilton said: If what you want to *produce* is xls or xlsx, you might want to look into the Apache POI project. That project provides Java libraries for manipulating and producing such documents. Thank you for your answer. We need to both -

[dev] Performance of exporting through open office

2013-07-15 Thread Mariusz `shd` Gliwiński
Hello, i'm looking for options of exporting fairly large XLS,XLSX documents through openoffice. The basic requirement i currently have is to export 300_000*30 cell documents. We need colouring and formulas for documents too (at least smaller ones). We've been using external libraries for it, b