No Description

Geoffrey J. Teale 9293fee546 Moved README to README.md and added license text 14 years ago
Makefile d8266296ab Refactored internal types out to seperate files and renamed the high-level "public facing" structs - slowly moving towards the idea of a two layer API. 14 years ago
README 348f1b151f First Commit 14 years ago
README.md 9293fee546 Moved README to README.md and added license text 14 years ago
doc.go a106d175c1 * doc.go: Added basic package documentation via a doc.go file. 14 years ago
lib.go 8814fbe6ce Tested trailing space rows and fixed handling of integer fields 14 years ago
lib_test.go 43793f1126 Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor 14 years ago
sharedstrings.go 81782d3510 Added docstring as widely as possible 14 years ago
sharedstrings_test.go 81782d3510 Added docstring as widely as possible 14 years ago
testfile.xlsx 5ae5b18675 Initial untidy structure and tests 14 years ago
workbook.go 1d21c43bbd * lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2 14 years ago
workbook_test.go 44799e921d Baseline functionality working with minimal testing - lets call this 0.01 14 years ago
worksheet.go 81782d3510 Added docstring as widely as possible 14 years ago
worksheet_test.go 81782d3510 Added docstring as widely as possible 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