excelize

package
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

README

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CoordinatesToCellName added in v1.2.3

func CoordinatesToCellName(col, row int) (string, error)

CoordinatesToCellName converts [X, Y] coordinates to alpha-numeric cell name or returns an error.

Example:

CoordinatesToCellName(1, 1) // returns "A1", nil

func NewFile

func NewFile() *excelize.File

NewFile 创建文件

func OpenFile

func OpenFile(filename string) (*excelize.File, error)

OpenFile 打开文件

func OpenReader

func OpenReader(r io.Reader) (*excelize.File, error)

OpenReader 打开文件流

Types

This section is empty.

Jump to

Keyboard shortcuts

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