util

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

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 CellNameToCoordinates(cell string) (int, int)

func GetCellFromIndex

func GetCellFromIndex(index int) string

func GetCellFromRowAndCell

func GetCellFromRowAndCell(from, to *RowCell) string

func GetCellIndexFromCell

func GetCellIndexFromCell(cell string) int

func GetCoordinateCells

func GetCoordinateCells(from, to string) []string

func GetFileList

func GetFileList(dirPath string, callback func(path string, content []byte)) error

func GetMergeCellRowIndex

func GetMergeCellRowIndex(mergeCell string) map[int]string

func IsNumber

func IsNumber(s string) bool

func ReadZipReader

func ReadZipReader(src, dest string) error

Types

type RowCell

type RowCell struct {
	Col    int
	ColOff int
	Row    int
	RowOff int
}

Jump to

Keyboard shortcuts

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