summaryrefslogtreecommitdiff
path: root/cell_test.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-10-16 16:05:50 +0800
committerxuri <xuri.me@gmail.com>2021-10-16 16:05:50 +0800
commitcf8766df83f03152026c2301ff99eb7121d702ba (patch)
treecbd16659a5890b2a85120c8608f9fe98ea996022 /cell_test.go
parentc64ce0f9ac1ffa251d6645d527263e3a9a7f854b (diff)
ref #65, new formula function: TIME
Diffstat (limited to 'cell_test.go')
-rw-r--r--cell_test.go10
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")