package
0.0.0-20240402100641-39865ca9b6f6
Repository: https://github.com/defendasolutions/fileconversion-go.git
Documentation: pkg.go.dev

# README

xls

Forked from https://github.com/sergeilem/xls which is a fork from https://github.com/extrame/xls.

Pure Golang xls library writen by Rongshu Tech (chinese), based on libxls.

Thanks for contributions from Tamás Gulácsi @tgulacsi, @flyin9.

Basic Usage

  • Use Open function for open file

  • Use OpenWithCloser function for open file and use the return value closer for close file

  • Use OpenReader function for open xls from a reader, you should close related file in your own code

  • Follow the example in GoDoc

# Functions

Compares xls and xlsx files.
Open one xls file.
Open xls file from reader.
Open one xls file and return the closer.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
range type of multi cells in multi rows.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
hyperlink type's content.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Row the data of one row.
No description provided by the author
xls workbook type.
WorkSheet in one WorkBook.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
range type of multi rows.

# Type aliases

No description provided by the author