Browse Source

Make a minor update to the docs

Geoffrey J. Teale 11 years ago
parent
commit
363279f12a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      doc.go

+ 3 - 0
doc.go

@@ -2,6 +2,9 @@
 // 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