Documentation
¶
Index ¶
- Constants
- func ColIndexToLetters(colIndex uint32) string
- func ColLettersToIndex(letters string) (uint32, error)
- func ColLettersToNumber(letters string) (uint32, error)
- func ColNumberToLetters(colNumber uint32) string
- func CoordinateNumbersToSheetLocation(colNum, rowNum uint32) string
- func CoordinatesToSheetLocation(colIdx, rowIdx uint32) string
- func SliceReplaceValueAtLetters(s []string, letters, v string) ([]string, error)
- func SliceReplaceValueAtLettersMap(s []string, m map[string]string) ([]string, error)
Constants ¶
View Source
const ( ExcelMaxColCount = 16384 ExcelMaxRowCount = 1048576 Alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ZZ = uint32(702) ZZIndex = uint32(701) )
Variables ¶
This section is empty.
Functions ¶
func ColIndexToLetters ¶
func ColLettersToIndex ¶ added in v2.24.0
func ColLettersToNumber ¶ added in v2.24.2
func ColNumberToLetters ¶
func CoordinateNumbersToSheetLocation ¶
CoordinateNumbersToSheetLocation converts x, y integer coordinates to a spreadsheet location such as "AA1" for col 27, row 1.
func CoordinatesToSheetLocation ¶
CoordinatesToSheetLocation converts x, y integer coordinates to a spreadsheet location such as "AA1" for col 27, row 1.
func SliceReplaceValueAtLetters ¶ added in v2.24.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.