From 684603befa0fbde2ee8db704e37a544f9d92d99d Mon Sep 17 00:00:00 2001 From: xuri Date: Mon, 6 Sep 2021 00:01:42 +0800 Subject: This closes #993, closes #1014 - Fix formula percentages calculated incorrectly - Make UpdateLinkedValue skip macro sheet - Fix conditional format bottom N not working --- calc_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calc_test.go') diff --git a/calc_test.go b/calc_test.go index 4c32983..cd09e97 100644 --- a/calc_test.go +++ b/calc_test.go @@ -46,6 +46,8 @@ func TestCalcCellValue(t *testing.T) { "=2>=1": "TRUE", "=2>=3": "FALSE", "=1&2": "12", + "=15%": "0.15", + "=1+20%": "1.2", `="A"="A"`: "TRUE", `="A"<>"A"`: "FALSE", // Engineering Functions -- cgit v1.2.1