20
0
Ivan 10ff2752d9 1) boundsheet field order fixed
2) `WorkSheet.Visibility` implemented (and typed constants)
3) `WorkSheet.Selected` implemented - most of cases require to parse _current_ sheet, not the first one
4) `WorkSheet.rightToLeft` property for future use (not implemented cause no RtL files present)
2019-03-17 20:55:41 +03:00
2015-09-30 10:40:01 +08:00
2015-09-30 10:40:01 +08:00
2015-09-30 11:17:25 +08:00
2015-09-30 11:44:14 +08:00
2017-02-21 16:27:01 +08:00
2015-03-19 17:39:41 +08:00
2015-03-25 14:47:26 +08:00
2015-06-16 10:37:11 +08:00
2018-03-22 09:25:17 +08:00
2017-02-21 16:27:01 +08:00
2015-03-19 17:39:41 +08:00
2015-09-30 11:17:25 +08:00
2019-03-17 20:55:41 +03:00
2019-03-17 20:55:41 +03:00
2015-03-25 14:47:26 +08:00
2017-02-21 16:59:50 +08:00

xls

GoDoc

Pure Golang xls library writen by Rongshu Tech(chinese).

Thanks for contributions from Tamás Gulácsi, sergeilem.

English User please mailto Liu Ming

This is a xls library writen in pure Golang. Almostly it is translated from the libxls library in c.

The master brunch has just the reading function without the format.

new_formater branch is for better format for date and number ,but just under test, you can try it in development environment. If you have some problem about the output format, tell me the problem, I will try to fix it.

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

Description
Pure Golang xls library -- forked from https://github.com/extrame/xls
Readme
Languages
Go 100%