Преглед на файлове

Make a minor update to the docs

Geoffrey J. Teale преди 11 години
родител
ревизия
363279f12a
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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