Unit rXLSExport
Description
rXLSExport is non visual component which provides functionality for exporting of any data directly to XLS file using OLE. rXLSExport can easily export data from 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
TActionAfter = (...); |
Defines type of action after creating of report
Values
|
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
Dec 2015
Generated by PasDoc 0.13.0 on 2016-02-19 08:14:10
|