瀏覽代碼

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