doc.go 405 B

1234567891011
  1. // xslx is a package designed to help with reading data from
  2. // spreadsheets stored in the XLSX format used in recent versions of
  3. // Microsoft's Excel spreadsheet.
  4. //
  5. // Additionally, xlsx has started to grow some XLSX authoring
  6. // capabilities too.
  7. //
  8. // For a concise example of how to use this library why not check out
  9. // the source for xlsx2csv here: https://github.com/tealeg/xlsx2csv
  10. package xlsx