Class | Description | |
---|---|---|
Border | Border styles. | |
BorderCollection | All borders of a cell. | |
C1ExcelHost | Implementation of IExcelHost using C1.Excel. | |
CamelStringEnumConverter | Converts an System.Enum to and from its name string value with camel style. | |
Cell | The Excel cell. | |
CellPosition | The coordinates of a cell in a worksheet. | |
Column | A column in a worksheet. | |
ExcelController | Controller for Excel Web API. | |
ExcelExporter | Exporter that is responsible for converting an ExcelExportSource to an Excel file. | |
ExcelExportModelBinderAttribute | An attribute to apply to action parameters for model binding for Excel export. | |
ExcelExportSource | The exchange data model used for sending Excel export requests. | |
ExcelImporter | Importer that is responsible for converting an uploaded file to an Excel JSON. | |
ExcelRequest | The request data of generating the excel. | |
Fill | Cell fill styles. | |
FloatRoundConverter | The json converter for rounding the float value. | |
Font | Font styles. | |
FrozenPane | The FrozenPane of worksheet | |
MergeRequest | The request data of merging excels. | |
Range | A rectangular area in a worksheet denominated by a top-left cell and a bottom-right cell. | |
Row | A row in a worksheet. | |
Style | The appearance attributes of certain cells. | |
Workbook | The Excel workbook. | |
Worksheet | The Excel worksheet. |
Interface | Description | |
---|---|---|
IExcelHost | Interface for converting Excel file stream to JSON format. |
Enumeration | Description | |
---|---|---|
BorderLinetype | The style of the cell borders. | |
HAlignType | Horizontal alignment options. | |
PatternStyle | The pattern type of the cell fills. | |
TextDirectionType | The direction of text flow. | |
VAlignType | Vertical alignment options. |