Skip to content

Commit

Permalink
fix shared formula incorrect (qax-os#844)
Browse files Browse the repository at this point in the history
fix test file
  • Loading branch information
raochq committed May 19, 2021
1 parent e790b69 commit bccd38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion excelize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func TestOpenFile(t *testing.T) {
assert.NoError(t, err)
_, err = f.GetCellFormula("Sheet2", "I11")
assert.NoError(t, err)
getSharedForumula(&xlsxWorksheet{}, "")
getSharedForumula(&xlsxWorksheet{}, "", "")

// Test read cell value with given illegal rows number.
_, err = f.GetCellValue("Sheet2", "a-1")
Expand Down

0 comments on commit bccd38b

Please sign in to comment.