Merge branch 'wwq' into dev
This commit is contained in:
commit
49c5fb6196
@ -358,7 +358,7 @@ func readExcel(excelPath string) ([]excelData, error) {
|
||||
subName := getCellValue(f, sheetName, i, 0)
|
||||
name := getCellValue(f, sheetName, i, 1)
|
||||
data := excelData{
|
||||
Line: uint(i - 1),
|
||||
Line: uint(i + 1),
|
||||
SubName: subName,
|
||||
Name: name,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user