Skip to content

Commit 3e004d9

Browse files
committed
Comments style changed.
1 parent 13a9769 commit 3e004d9

32 files changed

+33
-5
lines changed

cell.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

chart.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

col.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

comment.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

datavalidation.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

datavalidation_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "testing"

date.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

excelize.go

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
//
10+
// See https://xuri.me/excelize for more information about this package.
911
package excelize
1012

1113
import (

file.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

hsl.go

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

3531
import (

lib.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

picture.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

rows.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

shape.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

sheet.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

sheetpr.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
// SheetPrOption is an option of a view of a worksheet. See SetSheetPrOptions().

sheetview.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "fmt"

styles.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

table.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import (

templates.go

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//
1010
// This file contains default templates for XML files we don't yet populated
1111
// based on content.
12+
1213
package excelize
1314

1415
// XMLHeader define an XML declaration can also contain a standalone declaration.

vmlDrawing.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlChart.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlComments.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlContentTypes.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlDecodeDrawing.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlDrawing.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlSharedStrings.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlStyles.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlTable.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlTheme.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlWorkbook.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

xmlWorksheet.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// and read from XLSX files. Support reads and writes XLSX file generated by
77
// Microsoft Excel™ 2007 and later. Support save file without losing original
88
// charts of XLSX. This library needs Go version 1.8 or later.
9+
910
package excelize
1011

1112
import "encoding/xml"

0 commit comments

Comments
 (0)