excel

package
v0.0.0-...-0a0c50c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2023 License: MIT Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateCell

func CreateCell(workbook *models.Workbook, sheet *models.Sheet, cell *models.Cell) error

func CreateSheet

func CreateSheet(workbook models.Workbook, sheetName string) (int, error)

func CreateWorkbook

func CreateWorkbook(workbook *models.Workbook) (*models.Workbook, error)

func DeleteCell

func DeleteCell(workbook *models.Workbook, sheet *models.Sheet, cell *models.Cell) error

these are just wrappers for UpdateCell to make it align with the other functions

func DeleteSheet

func DeleteSheet(workbook models.Workbook, sheetName string) error

func GetExtensions

func GetExtensions() []string

func GetSheet

func GetSheet(workbook models.Workbook, sheetName, sheetID string) (*models.Sheet, error)

func ReadCell

func ReadCell(workbook *models.Workbook, sheet *models.Sheet, cell *models.Cell) (interface{}, error)

func RenameSheet

func RenameSheet(workbook models.Workbook, oldSheetName, newSheetName string) error

func UpdateCell

func UpdateCell(workbook *models.Workbook, sheet *models.Sheet, cell *models.Cell) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL