Documentation
¶
Index ¶
- Variables
- func CellNameToCoordinates(cell string) (int, int)
- func GetCellFromIndex(index int) string
- func GetCellFromRowAndCell(from, to *RowCell) string
- func GetCellIndexFromCell(cell string) int
- func GetCoordinateCells(from, to string) []string
- func GetFileList(dirPath string, callback func(path string, content []byte)) error
- func GetMergeCellRowIndex(mergeCell string) map[int]string
- func IsNumber(s string) bool
- func ReadZipReader(src, dest string) error
- type RowCell
Constants ¶
This section is empty.
Variables ¶
View Source
var SheetCells = []string{"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"}
Functions ¶
func CellNameToCoordinates ¶
func GetCellFromIndex ¶
func GetCellFromRowAndCell ¶
func GetCellIndexFromCell ¶
func GetCoordinateCells ¶
func GetFileList ¶
func GetMergeCellRowIndex ¶
func ReadZipReader ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.