Aspose.Cells FOSS for Go

API reference for Aspose.Cells FOSS for Go. 14 public types organized by module.

Cells Foss

ClassDescription
AlignmentAlignment controls how cell content is positioned within the cell bounds.
BorderBorder defines which sides of a cell have a visible rule and the colour of those rules.
CellCell represents a single cell in a worksheet grid.
CellsCells is a collection of Cell values indexed by A1-style string references (e.g.
DataValidationDataValidation represents a single data-validation rule applied to a range of cells on a worksheet.
FillFill describes the background appearance of a cell.
FontFont describes the typographic properties applied to cell text.
PicturePicture represents an image embedded in a worksheet.
RowCallbackRowCallback is invoked by StreamingReader.ProcessRows once for every row in the worksheet.
StreamingReaderStreamingReader reads an .xlsx workbook row by row without loading the entire sheet XML into memory.
StyleStyle groups font, fill, alignment, and border settings into a named formatting record.
TableTable represents a structured range of data (a “table” in Excel terminology) with optional header row and built-in auto-filter.
WorkbookWorkbook is the top-level object representing an Excel workbook.
WorksheetWorksheet represents a single sheet within a workbook.

See Also