You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
405 B
Go
12 lines
405 B
Go
// xslx is a package designed to help with reading data from
|
|
// spreadsheets stored in the XLSX format used in recent versions of
|
|
// Microsoft's Excel spreadsheet.
|
|
//
|
|
// Additionally, xlsx has started to grow some XLSX authoring
|
|
// capabilities too.
|
|
//
|
|
// For a concise example of how to use this library why not check out
|
|
// the source for xlsx2csv here: https://github.com/tealeg/xlsx2csv
|
|
|
|
package xlsx
|