|
|
|
|
|
XLSExport is a Delphi components package for quick and easy data
export into Microsoft Excel XLS files with one line of code.
XLSExport is distributed as a part of
TXLSFile library.
While TXLSFile library is best suitable for in-depth working with
Microsoft Excel workbook, XLSExport is a powerful tool for
quick data export from database tables, queries,
and string grids.
|
|
|
|
|
TXLSExportFile - manages other export components.
Provides an access to Workbook object.
|
|
TXLSExportDBGrid - exports data from TDBGrid. Saves
all formats (colors, fonts, column widths, etc.).
|
|
TXLSExportDataSource - exports data from TDataSource.
You can export data from TTable, TQuery, or any TDataSource
descendant without displaying it in DBGrid. It increases overall
export speed.
|
|
TXLSExportStringGrid - exports data from TStringGrid.
You can easily create simple reports in MS Excel.
|
|
|
|
|
|