Documentation ¶
Index ¶
- Constants
- func ColIndexToLetters(colIndex uint32) string
- func ColNumberToLetters(colNumber uint32) string
- func CoordinateNumbersToSheetLocation(colNum, rowNum uint32) string
- func CoordinatesToSheetLocation(colIdx, rowIdx uint32) string
- func SetRowValues(f *excelize.File, sheetName string, rowIndex uint, rowValues []interface{}) 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 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 SetRowValues ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.