Namespace FileFormat.Cells
Classes
- Image
Represents an image, providing methods and properties to handle its path, data, and extension.
- ValidationRule
Represents a validation rule that can be applied to a cell or range of cells.
- Workbook
Represents an Excel workbook with methods for creating, modifying, and saving content.
- Worksheet
Represents a worksheet within an Excel file, providing methods to manipulate its content.
- Worksheet.WorksheetFactory
Creates an instance of the Worksheet class using the provided WorksheetPart and Worksheet. This method serves as a factory for creating Worksheet objects, encapsulating the instantiation logic.
Enums
- ValidationType
Specifies the types of validation that can be applied to a cell or range of cells.