//
pkg.gl
Category
github.com/Deathfireofdoom/excel-client-go
pkg
models
package
0.0.0-20231015105217-0a0c50cda662
Repository:
https://github.com/deathfireofdoom/excel-client-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
4
Files
106 SLOC
#
Functions
NewCell
NewCell creates a new Cell instance.
NewSheet
NewSheet creates a new Sheet instance.
NewWorkbook
NewWorkbook initializes a new Workbook instance.
#
Constants
XLS
Excel 97-2003 workbook.
XLSX
Standard Excel workbook.
XLSXM
Excel workbook with macros.
#
Structs
Cell
Cell represents a single cell in a spreadsheet.
Sheet
Sheet represents a single worksheet within a spreadsheet.
Workbook
Workbook represents a spreadsheet file containing multiple sheets.
#
Type aliases
Extension
Extension represents the type of file extension for a workbook.