diff options
Diffstat (limited to 'cell_test.go')
-rw-r--r-- | cell_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cell_test.go b/cell_test.go index 0395ef4..f699c05 100644 --- a/cell_test.go +++ b/cell_test.go @@ -268,11 +268,11 @@ func TestGetCellValue(t *testing.T) { <c r="T1"><v>68.900000000000006</v></c> <c r="U1"><v>8.8880000000000001E-2</v></c> <c r="V1"><v>4.0000000000000003E-5</v></c> - <c r="W1"><v>2422.3000000000002</v></c> - <c r="X1"><v>1101.5999999999999</v></c> - <c r="Y1"><v>275.39999999999998</v></c> - <c r="Z1"><v>68.900000000000006</v></c> - <c r="AA1"><v>1.1000000000000001</v></c> + <c r="W1"><v>2422.3000000000002</v></c> + <c r="X1"><v>1101.5999999999999</v></c> + <c r="Y1"><v>275.39999999999998</v></c> + <c r="Z1"><v>68.900000000000006</v></c> + <c r="AA1"><v>1.1000000000000001</v></c> </row>`))) f.checked = nil rows, err = f.GetRows("Sheet1") |