This website works better with JavaScript
Home
Explore
Help
Register
Sign In
publics
/
tealeg__xlsx
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
No Description
6
Commits
2
Branches
14
Releases
Tree:
05c6d3ed45
Branches
Tags
master
v1
v1.0.5
v1.0.3
v1.0.2
v1.0.1
v1.0.0
go1.1.2
go1.1.1
go1.1
go.go1
go.r59
v0.04
v0.03
v0.02
v0.01
tealeg__xlsx
HTTPS
ZIP
TAR.GZ
Geoffrey J. Teale
05c6d3ed45
* lib.go: Migrated XLSXWorkbook structs out to their own file
14 years ago
Makefile
c210db1209
* Makefile: Added standard GOLANG pkg makefile
14 years ago
README
348f1b151f
First Commit
14 years ago
doc.go
a106d175c1
* doc.go: Added basic package documentation via a doc.go file.
14 years ago
lib.go
05c6d3ed45
* lib.go: Migrated XLSXWorkbook structs out to their own file
14 years ago
lib_test.go
4304de9880
* lib.go: Added MakeSharedStringRefTable
14 years ago
testfile.xlsx
5ae5b18675
Initial untidy structure and tests
14 years ago
workbook.go
05c6d3ed45
* lib.go: Migrated XLSXWorkbook structs out to their own file
14 years ago
README
xlsx is intended to be a library to simplify reading the XML format
used by recent version of Microsoft Excel in Go programs.
Currently it is in the very early stages and development and not at
all usable. It should progress rapidly.
There are no current plans to support writing documents.
Eat a peach - Geoff