TMS FireMonkey Grid
Example 1 : XLSIO demo
The XLS IO demo demonstrates exporting to and importing from an Excel compatible format. When clicking on the Export to XLS button, the grid is exported and the xls file is automatically opened if Excel is available.Exporting the grid can be done with
TMSFMXGridExcelIO1.XLSExport('..\..\gridexport.xls'); XOpenFile('open', '..\..\gridexport.xls', '', '');
×