You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ go get github.com/360EntSecGroup-Skylar/excelize
29
29
go get github.com/360EntSecGroup-Skylar/excelize/v2
30
30
```
31
31
32
-
### Create XLSX file
32
+
### Create spreadsheet
33
33
34
-
Here is a minimal example usage that will create XLSX file.
34
+
Here is a minimal example usage that will create spreadsheet file.
35
35
36
36
```go
37
37
package main
@@ -58,9 +58,9 @@ func main() {
58
58
}
59
59
```
60
60
61
-
### Reading XLSX file
61
+
### Reading spreadsheet
62
62
63
-
The following constitutes the bare to read a XLSX document.
63
+
The following constitutes the bare to read a spreadsheet document.
64
64
65
65
```go
66
66
package main
@@ -95,7 +95,7 @@ func main() {
95
95
}
96
96
```
97
97
98
-
### Add chart to XLSX file
98
+
### Add chart to spreadsheet file
99
99
100
100
With Excelize chart generation and management is as easy as a few lines of code. You can build charts based off data in your worksheet or generate charts without any data in your worksheet at all.
0 commit comments