TExportAddWorkSheetEvent is called when a new worksheet is about to be loaded during on-the-fly import.
Name | Type | Description |
---|---|---|
aExport | TOExport | The OExport sender object. |
aWorkSheet | TExportWorkSheet | The worksheet that is being processed. |
aParseWorksheet | Boolean | Set this parameter to False if you don't want the sheet to be parsed. True by default. |
Not all properties of the worksheet can be loaded during the on-the-fly import. You won't be able to get merged cells, named cells, etc.
The title and index of the worksheet are loaded before this method.
Do not add od remove any rows or change any other properties of the worksheet or export object!!!