Aspose.Cells FOSS for Go
API reference for Aspose.Cells FOSS for Go. 14 public types organized by module.
Cells Foss
| Class | Description |
|---|---|
Alignment | Alignment controls how cell content is positioned within the cell bounds. |
Border | Border defines which sides of a cell have a visible rule and the colour of those rules. |
Cell | Cell represents a single cell in a worksheet grid. |
Cells | Cells is a collection of Cell values indexed by A1-style string references (e.g. |
DataValidation | DataValidation represents a single data-validation rule applied to a range of cells on a worksheet. |
Fill | Fill describes the background appearance of a cell. |
Font | Font describes the typographic properties applied to cell text. |
Picture | Picture represents an image embedded in a worksheet. |
RowCallback | RowCallback is invoked by StreamingReader.ProcessRows once for every row in the worksheet. |
StreamingReader | StreamingReader reads an .xlsx workbook row by row without loading the entire sheet XML into memory. |
Style | Style groups font, fill, alignment, and border settings into a named formatting record. |
Table | Table represents a structured range of data (a “table” in Excel terminology) with optional header row and built-in auto-filter. |
Workbook | Workbook is the top-level object representing an Excel workbook. |
Worksheet | Worksheet represents a single sheet within a workbook. |