summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2018-09-14 00:35:47 +0800
committerxuri <xuri.me@gmail.com>2018-09-14 00:35:47 +0800
commit2f146c923ccd19c5ecc1f732b5b09d591fb935a3 (patch)
tree1c5983fc05c1d4ab6f724f2fa60b400d318107a9
parent6ced438f39030e8a9a521548d4112dd002dc2ebe (diff)
Comments style changed.
-rw-r--r--cell.go18
-rw-r--r--chart.go18
-rw-r--r--col.go18
-rw-r--r--comment.go18
-rw-r--r--datavalidation.go18
-rw-r--r--datavalidation_test.go18
-rw-r--r--date.go18
-rw-r--r--excelize.go18
-rw-r--r--file.go18
-rw-r--r--hsl.go66
-rw-r--r--lib.go18
-rw-r--r--rows.go18
-rw-r--r--shape.go18
-rw-r--r--sheet.go18
-rw-r--r--sheetpr.go18
-rw-r--r--sheetview.go18
-rw-r--r--styles.go18
-rw-r--r--table.go18
-rw-r--r--templates.go24
-rw-r--r--vmlDrawing.go18
-rw-r--r--xmlChart.go18
-rw-r--r--xmlComments.go18
-rw-r--r--xmlContentTypes.go18
-rw-r--r--xmlDecodeDrawing.go18
-rw-r--r--xmlDrawing.go18
-rw-r--r--xmlSharedStrings.go18
-rw-r--r--xmlStyles.go18
-rw-r--r--xmlTable.go18
-rw-r--r--xmlTheme.go18
-rw-r--r--xmlWorkbook.go18
-rw-r--r--xmlWorksheet.go18
31 files changed, 337 insertions, 275 deletions
diff --git a/cell.go b/cell.go
index e6755d6..69f8697 100644
--- a/cell.go
+++ b/cell.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/chart.go b/chart.go
index 2047684..4b73c3b 100644
--- a/chart.go
+++ b/chart.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/col.go b/col.go
index cddb09f..a2d7e69 100644
--- a/col.go
+++ b/col.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/comment.go b/comment.go
index 94aad6c..241261c 100644
--- a/comment.go
+++ b/comment.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/datavalidation.go b/datavalidation.go
index c0f006f..6648556 100644
--- a/datavalidation.go
+++ b/datavalidation.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/datavalidation_test.go b/datavalidation_test.go
index 0f50f29..7d10024 100644
--- a/datavalidation_test.go
+++ b/datavalidation_test.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "testing"
diff --git a/date.go b/date.go
index 56d6ad7..4ef0559 100644
--- a/date.go
+++ b/date.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/excelize.go b/excelize.go
index 915955c..4f45784 100644
--- a/excelize.go
+++ b/excelize.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/file.go b/file.go
index 76ef986..350f753 100644
--- a/file.go
+++ b/file.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/hsl.go b/hsl.go
index fd10b5d..d8fc87d 100644
--- a/hsl.go
+++ b/hsl.go
@@ -1,35 +1,37 @@
-// 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.
-//
-// Copyright (c) 2012 Rodrigo Moraes. All rights reserved.
-//
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions are
-// met:
-//
-// * Redistributions of source code must retain the above copyright
-// notice, this list of conditions and the following disclaimer.
-// * Redistributions in binary form must reproduce the above
-// copyright notice, this list of conditions and the following disclaimer
-// in the documentation and/or other materials provided with the
-// distribution.
-// * Neither the name of Google Inc. nor the names of its
-// contributors may be used to endorse or promote products derived from
-// this software without specific prior written permission.
-//
-// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-// 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.
+
+Copyright (c) 2012 Rodrigo Moraes. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+ * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+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
import (
diff --git a/lib.go b/lib.go
index 5be9b16..c4cd95b 100644
--- a/lib.go
+++ b/lib.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/rows.go b/rows.go
index 8e1e0c3..aa8b2a6 100644
--- a/rows.go
+++ b/rows.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/shape.go b/shape.go
index 42aefcf..12cb725 100644
--- a/shape.go
+++ b/shape.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/sheet.go b/sheet.go
index ef2b6f4..a8d5ed7 100644
--- a/sheet.go
+++ b/sheet.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/sheetpr.go b/sheetpr.go
index a010130..4216cb9 100644
--- a/sheetpr.go
+++ b/sheetpr.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
// SheetPrOption is an option of a view of a worksheet. See SetSheetPrOptions().
diff --git a/sheetview.go b/sheetview.go
index 5e756ea..62b35a1 100644
--- a/sheetview.go
+++ b/sheetview.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "fmt"
diff --git a/styles.go b/styles.go
index 80f347e..ba5af3d 100644
--- a/styles.go
+++ b/styles.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/table.go b/table.go
index fcc4d3c..a7b71ed 100644
--- a/table.go
+++ b/table.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import (
diff --git a/templates.go b/templates.go
index a619dfc..5f62f46 100644
--- a/templates.go
+++ b/templates.go
@@ -1,14 +1,16 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
-//
-// This file contains default templates for XML files we don't yet populated
-// based on content.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+
+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 f932372..768ca2f 100644
--- a/vmlDrawing.go
+++ b/vmlDrawing.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlChart.go b/xmlChart.go
index 8a2cfd8..72ad4ce 100644
--- a/xmlChart.go
+++ b/xmlChart.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlComments.go b/xmlComments.go
index 1607506..f16128d 100644
--- a/xmlComments.go
+++ b/xmlComments.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlContentTypes.go b/xmlContentTypes.go
index 6c31bff..6abd0e6 100644
--- a/xmlContentTypes.go
+++ b/xmlContentTypes.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlDecodeDrawing.go b/xmlDecodeDrawing.go
index c85c490..c66176c 100644
--- a/xmlDecodeDrawing.go
+++ b/xmlDecodeDrawing.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlDrawing.go b/xmlDrawing.go
index ee30a4d..633856a 100644
--- a/xmlDrawing.go
+++ b/xmlDrawing.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlSharedStrings.go b/xmlSharedStrings.go
index 94959c6..1f31f99 100644
--- a/xmlSharedStrings.go
+++ b/xmlSharedStrings.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlStyles.go b/xmlStyles.go
index 3024c1e..5b3c9e0 100644
--- a/xmlStyles.go
+++ b/xmlStyles.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlTable.go b/xmlTable.go
index 53a5af4..3949d49 100644
--- a/xmlTable.go
+++ b/xmlTable.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlTheme.go b/xmlTheme.go
index e72e53b..b9dd2bb 100644
--- a/xmlTheme.go
+++ b/xmlTheme.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlWorkbook.go b/xmlWorkbook.go
index d194bac..ca17d03 100644
--- a/xmlWorkbook.go
+++ b/xmlWorkbook.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"
diff --git a/xmlWorksheet.go b/xmlWorksheet.go
index e298329..c481a6d 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -1,11 +1,13 @@
-// 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.
-//
-// Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
-// this source code is governed by a BSD-style license that can be found in
-// the LICENSE file.
+/*
+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.
+
+Copyright 2016 - 2018 The excelize Authors. All rights reserved. Use of
+this source code is governed by a BSD-style license that can be found in
+the LICENSE file.
+*/
package excelize
import "encoding/xml"