sheet

package
v2.24.13 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2025 License: MIT Imports: 5 Imported by: 1

Documentation

Index

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 ColIndexToLetters(colIndex uint32) string

func ColLettersToIndex added in v2.24.0

func ColLettersToIndex(letters string) (uint32, error)

func ColLettersToNumber added in v2.24.2

func ColLettersToNumber(letters string) (uint32, error)

func ColNumberToLetters

func ColNumberToLetters(colNumber uint32) string

func CoordinateNumbersToSheetLocation

func CoordinateNumbersToSheetLocation(colNum, rowNum uint32) string

CoordinateNumbersToSheetLocation converts x, y integer coordinates to a spreadsheet location such as "AA1" for col 27, row 1.

func CoordinatesToSheetLocation

func CoordinatesToSheetLocation(colIdx, rowIdx uint32) string

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

func SliceReplaceValueAtLetters(s []string, letters, v string) ([]string, error)

func SliceReplaceValueAtLettersMap added in v2.24.0

func SliceReplaceValueAtLettersMap(s []string, m map[string]string) ([]string, error)

Types

This section is empty.

Directories

Path Synopsis
nolint
nolint

Jump to

Keyboard shortcuts

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