We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d755d79 commit 01bd8e1Copy full SHA for 01bd8e1
README.md
@@ -80,8 +80,8 @@ import (
80
)
81
82
func main() {
83
- lic, _ := NewLicense()
84
- lic.SetLicense_String(os.Getenv("LicensePath"))
+ lic, _ := NewLicense()
+ lic.SetLicense_String(os.Getenv("LicensePath"))
85
workbook, _ := NewWorkbook()
86
worksheets, _ := workbook.GetWorksheets()
87
worksheet, _ := worksheets.Get_Int(0)
@@ -106,7 +106,7 @@ import (
106
107
108
109
- workbook, _ := NewWorkbook()
+ workbook, _ := NewWorkbook()
110
111
112
cells, _ := worksheet.GetCells()
0 commit comments