ExcelStorage
|
Overloaded. Initializes a new instance of the ExcelStorage class. |
ErrorManager (inherited from DataStorage) | The Object responsable for manage the errors. |
FileName | The Excel File Name. |
HeaderRows | The numbers of header rows. |
OverrideFile | Indicates what the Storage does if the file exist. |
RecordType (inherited from DataStorage) | Returns the class that represent the records in the file. |
SheetName | The Excel Sheet Name, if empty means the current worksheet in the file. |
StartColumn | The Start Column where is the data. Starting at 1. |
StartRow | The Start Row where is the data. Starting at 1. |
TemplateFile | Indicates the source xls file to be used as template when write data. |
ExtractRecords | Returns the records extracted from Excel file. |
ExtractRecordsAsDT (inherited from DataStorage) | Must Return the records from the DataSource (DB, Excel, etc) |
InsertRecords | Insert all the records in the specified Excel File. |
SetProgressHandler (inherited from DataStorage) | Overloaded. Set the handler to the engine used to notify progress into the operations. |
ExcelStorage Class | FileHelpers.DataLink Namespace