Class | Description |
---|---|
ReadExcelFile |
The ReadExcelFile class opens an existing Workbook with one or more Sheets.
|
ReadExcelFile.ColMap |
The ColMap class describes a single column used internally as part of the
readExcel method processing. |
ReadExcelRecord |
The ReadExcelRecord class in combination with the
ReadExcelFile class
method
readExcel
or
readExcelSmart
is used to iterate through a Workbook sheet. |
ReadExcelRecord.Note |
Used internally in the WriteExcel clone operation
|
WriteExcel |
The WriteExcel class creates a Workbook with one or more Sheets.
|
WriteExcel.Area |
Used to specify the contents of a portion of a Sheet.
|