Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exporting to excel from Delphi without having excel

I'm looking to export data to excel from Delphi without having to own a copy of excel, is this possible?

N.B. CSV will not do.

like image 757
AJM Avatar asked Mar 22 '10 14:03

AJM


People also ask

How do I export data from Jupyter notebook to Excel?

In Jupyter Notebook, just select the 'Excel Spreadsheet (. xlsx)' option under 'Download As' in the File menu. This should output ExcelTest. xlsx in the same folder as the ipynb file specified.

How do I export data from Oracle apps to Excel?

Select Tools, and then Export as Spreadsheet. Depending on how you want to export the data, take an action: Select Save, and then save the file. Select Open, and then work with the data in the browser instance of Microsoft Excel that displays.


1 Answers

FlexCel, earlier an Opensource now managed by TMS (http://www.tmssoftware.com/site/flexcel.asp) works great.

You can also check TmxNativeExcel at http://www.torry.net. Comes free and is uses native Biff format. I've not tried this though.

like image 182
stackoverflow Avatar answered Sep 20 '22 16:09

stackoverflow