Unit rXLSExport
Description
rXLSExport is non visual component which provides functionality for exporting of any data directly to XLS file using OLE; it can easily export data from any dataset or DBGrid.
Updated version compatible with Delphi2010+. Splash screen in demo version.
Overview
Classes, Interfaces, Objects and Records
Class TrXLSExport |
non visual component which provides functionality for exporting of any data directly to XLS file using OLE |
Types
Constants
Description
Types
TXLSCellFormat = (...); |
Defines types of cell format
Values
-
cfNone:
-
cfBold:
-
cfItalic:
-
cfUnderline:
|
TXLSExportOption = (...); |
Defines options for ExportTable function
Values
-
xleExportTitles:
-
xleBoldTitles:
-
xleOnlyVisibleFields:
-
xleAddSumRow:
-
xleAddAsNewSheet:
-
xleAddToExistingRows:
-
xleSetCellFormat:
-
xleSetColumnWidth:
-
xleFreezeTitles:
-
xleSetAutoFilter:
-
xleSetPageSetup:
-
xleStringFieldAsText:
|
TXLSExportOptions = set of TXLSExportOption; |
Defines options for ExportTable function
|
Constants
xlLandscape = $00000002; |
Constants for enum XlPageOrientation
|
xlOpenXMLWorkbookMacroEnabled = 52; |
|
xlOpenDocumentSpreadsheet = 60; |
|
xlWorkbookNormal = -4143; |
|
Author
Created
Feb 2014
Last Modified
Oct 2016
Generated by PasDoc 0.13.0 on 2016-10-19 12:19:01
|