| Address |
C class representing a cell address (no getters and setters to simplify handling)
|
| Cell |
Class representing a cell of a worksheet
|
| Cell.AddressType |
Enum for the referencing style of the address
|
| Cell.CellType |
Enum defines the basic data types of a cell
|
| Column |
Class representing a column of a worksheet
|
| Metadata |
Class representing the meta data of a workbook
|
| Range |
Class representing a cell range (no getters and setters to simplify handling)
|
| Shortener |
Class to provide access to the current worksheet with a shortened syntax
Note: The WS object can be null if the workbook was created without a worksheet.
|
| Workbook |
Class representing a workbook
|
| Worksheet |
Class representing a worksheet of a workbook
|
| Worksheet.CellDirection |
Enum to define the direction when using AddNextCell method
|
| Worksheet.SheetProtectionValue |
Enum to define the possible protection types when protecting a worksheet
|