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
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,6 @@
15
15
16
16
Excelize is a library written in pure Go and 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. The full API docs can be seen using go's built-in documentation tool, or online at [godoc.org](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize) and [docs reference](https://xuri.me/excelize/).
17
17
18
-
**WARNING!**
19
-
20
-
From version 1.5.0 all row manipulation methods uses Excel row numbering starting with `1` instead of zero-based numbering
21
-
which take place in some methods in eraler versions.
0 commit comments