Prechádzať zdrojové kódy

Comments style changed.

xuri 7 rokov pred
rodič
commit
3e004d900b
32 zmenil súbory, kde vykonal 33 pridanie a 5 odobranie
  1. 1 0
      cell.go
  2. 1 0
      chart.go
  3. 1 0
      col.go
  4. 1 0
      comment.go
  5. 1 0
      datavalidation.go
  6. 1 0
      datavalidation_test.go
  7. 1 0
      date.go
  8. 2 0
      excelize.go
  9. 1 0
      file.go
  10. 1 5
      hsl.go
  11. 1 0
      lib.go
  12. 1 0
      picture.go
  13. 1 0
      rows.go
  14. 1 0
      shape.go
  15. 1 0
      sheet.go
  16. 1 0
      sheetpr.go
  17. 1 0
      sheetview.go
  18. 1 0
      styles.go
  19. 1 0
      table.go
  20. 1 0
      templates.go
  21. 1 0
      vmlDrawing.go
  22. 1 0
      xmlChart.go
  23. 1 0
      xmlComments.go
  24. 1 0
      xmlContentTypes.go
  25. 1 0
      xmlDecodeDrawing.go
  26. 1 0
      xmlDrawing.go
  27. 1 0
      xmlSharedStrings.go
  28. 1 0
      xmlStyles.go
  29. 1 0
      xmlTable.go
  30. 1 0
      xmlTheme.go
  31. 1 0
      xmlWorkbook.go
  32. 1 0
      xmlWorksheet.go

+ 1 - 0
cell.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
chart.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
col.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
comment.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
datavalidation.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
datavalidation_test.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "testing"

+ 1 - 0
date.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 2 - 0
excelize.go

@@ -6,6 +6,8 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+//
+// See https://xuri.me/excelize for more information about this package.
 package excelize
 
 import (

+ 1 - 0
file.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 5
hsl.go

@@ -25,11 +25,7 @@
 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-// Package excelize providing a set of functions that allow you to write to
-// and read from XLSX files. Support reads and writes XLSX file generated by
-// Microsoft Excel™ 2007 and later. Support save file without losing original
-// charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
lib.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
picture.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
rows.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
shape.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
sheet.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
sheetpr.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 // SheetPrOption is an option of a view of a worksheet. See SetSheetPrOptions().

+ 1 - 0
sheetview.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "fmt"

+ 1 - 0
styles.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
table.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import (

+ 1 - 0
templates.go

@@ -9,6 +9,7 @@
 //
 // This file contains default templates for XML files we don't yet populated
 // based on content.
+
 package excelize
 
 // XMLHeader define an XML declaration can also contain a standalone declaration.

+ 1 - 0
vmlDrawing.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlChart.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlComments.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlContentTypes.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlDecodeDrawing.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlDrawing.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlSharedStrings.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlStyles.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlTable.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlTheme.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlWorkbook.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"

+ 1 - 0
xmlWorksheet.go

@@ -6,6 +6,7 @@
 // and read from XLSX files. Support reads and writes XLSX file generated by
 // Microsoft Excel™ 2007 and later. Support save file without losing original
 // charts of XLSX. This library needs Go version 1.8 or later.
+
 package excelize
 
 import "encoding/xml"