Documentation
¶
Index ¶
- func CreateCell(workbook *models.Workbook, sheet *models.Sheet, cell *models.Cell) error
- func CreateSheet(workbook models.Workbook, sheetName string) (int, error)
- func CreateWorkbook(workbook *models.Workbook) (*models.Workbook, error)
- func DeleteCell(workbook *models.Workbook, sheet *models.Sheet, cell *models.Cell) error
- func DeleteSheet(workbook models.Workbook, sheetName string) error
- func GetExtensions() []string
- func GetSheet(workbook models.Workbook, sheetName, sheetID string) (*models.Sheet, error)
- func ReadCell(workbook *models.Workbook, sheet *models.Sheet, cell *models.Cell) (interface{}, error)
- func RenameSheet(workbook models.Workbook, oldSheetName, newSheetName string) error
- func UpdateCell(workbook *models.Workbook, sheet *models.Sheet, cell *models.Cell) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCell ¶
func DeleteCell ¶
these are just wrappers for UpdateCell to make it align with the other functions
func GetExtensions ¶
func GetExtensions() []string
func RenameSheet ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.