From cf8766df83f03152026c2301ff99eb7121d702ba Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 16 Oct 2021 16:05:50 +0800 Subject: ref #65, new formula function: TIME --- cell_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cell_test.go') 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) { 68.900000000000006 8.8880000000000001E-2 4.0000000000000003E-5 - 2422.3000000000002 - 1101.5999999999999 - 275.39999999999998 - 68.900000000000006 - 1.1000000000000001 + 2422.3000000000002 + 1101.5999999999999 + 275.39999999999998 + 68.900000000000006 + 1.1000000000000001 `))) f.checked = nil rows, err = f.GetRows("Sheet1") -- cgit v1.2.1