summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2018-09-14 00:58:48 +0800
committerxuri <xuri.me@gmail.com>2018-09-14 00:58:48 +0800
commit3e004d900b103379c2d62657a3070de4a2e8585a (patch)
tree6c6c7e8812faa26d1e3832eca6c09fdce94f6924
parent13a9769cc5bde486c52d8e45661ff8108cd786ae (diff)
Comments style changed.
-rw-r--r--cell.go1
-rw-r--r--chart.go1
-rw-r--r--col.go1
-rw-r--r--comment.go1
-rw-r--r--datavalidation.go1
-rw-r--r--datavalidation_test.go1
-rw-r--r--date.go1
-rw-r--r--excelize.go2
-rw-r--r--file.go1
-rw-r--r--hsl.go6
-rw-r--r--lib.go1
-rw-r--r--picture.go1
-rw-r--r--rows.go1
-rw-r--r--shape.go1
-rw-r--r--sheet.go1
-rw-r--r--sheetpr.go1
-rw-r--r--sheetview.go1
-rw-r--r--styles.go1
-rw-r--r--table.go1
-rw-r--r--templates.go1
-rw-r--r--vmlDrawing.go1
-rw-r--r--xmlChart.go1
-rw-r--r--xmlComments.go1
-rw-r--r--xmlContentTypes.go1
-rw-r--r--xmlDecodeDrawing.go1
-rw-r--r--xmlDrawing.go1
-rw-r--r--xmlSharedStrings.go1
-rw-r--r--xmlStyles.go1
-rw-r--r--xmlTable.go1
-rw-r--r--xmlTheme.go1
-rw-r--r--xmlWorkbook.go1
-rw-r--r--xmlWorksheet.go1
32 files changed, 33 insertions, 5 deletions
diff --git a/cell.go b/cell.go
index e1bb91d..1277a18 100644
--- a/cell.go
+++ b/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 (
diff --git a/chart.go b/chart.go
index a84e0f6..5353a32 100644
--- a/chart.go
+++ b/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 (
diff --git a/col.go b/col.go
index c7ab9e3..32cda12 100644
--- a/col.go
+++ b/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 (
diff --git a/comment.go b/comment.go
index c87e08c..2bfd785 100644
--- a/comment.go
+++ b/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 (
diff --git a/datavalidation.go b/datavalidation.go
index 69f67b1..5ebd61f 100644
--- a/datavalidation.go
+++ b/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 (
diff --git a/datavalidation_test.go b/datavalidation_test.go
index b9c51ad..39dd229 100644
--- a/datavalidation_test.go
+++ b/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"
diff --git a/date.go b/date.go
index c67c3a1..45f3040 100644
--- a/date.go
+++ b/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 (
diff --git a/excelize.go b/excelize.go
index 93596d8..d1f0b7f 100644
--- a/excelize.go
+++ b/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 (
diff --git a/file.go b/file.go
index 582228f..5bfed39 100644
--- a/file.go
+++ b/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 (
diff --git a/hsl.go b/hsl.go
index 77946ac..c30c165 100644
--- a/hsl.go
+++ b/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 (
diff --git a/lib.go b/lib.go
index 1493039..865ee29 100644
--- a/lib.go
+++ b/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 (
diff --git a/picture.go b/picture.go
index 16b428f..8785aaf 100644
--- a/picture.go
+++ b/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 (
diff --git a/rows.go b/rows.go
index 84dc6d8..5c384c8 100644
--- a/rows.go
+++ b/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 (
diff --git a/shape.go b/shape.go
index dcdf6d9..ad87712 100644
--- a/shape.go
+++ b/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 (
diff --git a/sheet.go b/sheet.go
index 97bb9b2..b615ae5 100644
--- a/sheet.go
+++ b/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 (
diff --git a/sheetpr.go b/sheetpr.go
index 6f77f6f..e38b64e 100644
--- a/sheetpr.go
+++ b/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().
diff --git a/sheetview.go b/sheetview.go
index b3ef477..e76325c 100644
--- a/sheetview.go
+++ b/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"
diff --git a/styles.go b/styles.go
index e9da3b3..513fc9b 100644
--- a/styles.go
+++ b/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 (
diff --git a/table.go b/table.go
index e5d8785..02c89fa 100644
--- a/table.go
+++ b/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 (
diff --git a/templates.go b/templates.go
index f648fc8..1d0655d 100644
--- a/templates.go
+++ b/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.
diff --git a/vmlDrawing.go b/vmlDrawing.go
index 305a689..c17dde7 100644
--- a/vmlDrawing.go
+++ b/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"
diff --git a/xmlChart.go b/xmlChart.go
index 9dcec1e..78218a0 100644
--- a/xmlChart.go
+++ b/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"
diff --git a/xmlComments.go b/xmlComments.go
index b3cb575..9075c88 100644
--- a/xmlComments.go
+++ b/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"
diff --git a/xmlContentTypes.go b/xmlContentTypes.go
index efbca78..8d09d51 100644
--- a/xmlContentTypes.go
+++ b/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"
diff --git a/xmlDecodeDrawing.go b/xmlDecodeDrawing.go
index 8051140..d21c3f0 100644
--- a/xmlDecodeDrawing.go
+++ b/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"
diff --git a/xmlDrawing.go b/xmlDrawing.go
index e71932b..6ba7d31 100644
--- a/xmlDrawing.go
+++ b/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"
diff --git a/xmlSharedStrings.go b/xmlSharedStrings.go
index 9fc8579..782ed61 100644
--- a/xmlSharedStrings.go
+++ b/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"
diff --git a/xmlStyles.go b/xmlStyles.go
index 67785ed..7ba4379 100644
--- a/xmlStyles.go
+++ b/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"
diff --git a/xmlTable.go b/xmlTable.go
index a5d8673..7e155e6 100644
--- a/xmlTable.go
+++ b/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"
diff --git a/xmlTheme.go b/xmlTheme.go
index 146ca3a..b4140b6 100644
--- a/xmlTheme.go
+++ b/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"
diff --git a/xmlWorkbook.go b/xmlWorkbook.go
index 2e3ab47..f00a0b8 100644
--- a/xmlWorkbook.go
+++ b/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"
diff --git a/xmlWorksheet.go b/xmlWorksheet.go
index 8868cec..072ecce 100644
--- a/xmlWorksheet.go
+++ b/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"