Namespace IronXL
Classes
Cell
Represents a Cell in an Excel WorkSheet.
ExcelFileFormat
Enum that represents the Excel file format which will be used for new workbook creation.
XLS or XLSX (preferred).
License
Allows IronXL license keys to be applied globally across an application.
Range
A class that represents a range of cells
RangeAddress
Class that represents address of the range.
RangeColumn
A class that represents a single column of cells.
RangeRow
A class that represents a single row of cells.
SortOrder
Represents sorting order
WorkBook
Class that stands for a whole Excel file. This is the first object most users will construct whether they are reading or writing a workbook. It is also the top level (home-base) object for creating new sheets and most other Excel programming operations.
WorkSheet
Class that stands for single sheet within Excel file.
WorksheetsCollection
Class for managing the collection of WorkSheet elements.