From 5bf4bce9d41b2f8cd9d24e0d57a0d6868ef9433d Mon Sep 17 00:00:00 2001 From: xuri Date: Wed, 6 Apr 2022 00:03:22 +0800 Subject: ref #65, #1196: fix the compatibility issue and added new formula function - New formula functions: MODE and T.TEST --- numfmt.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numfmt.go') diff --git a/numfmt.go b/numfmt.go index b48c36a..6cb7fc7 100644 --- a/numfmt.go +++ b/numfmt.go @@ -33,9 +33,9 @@ type languageInfo struct { type numberFormat struct { section []nfp.Section t time.Time - sectionIdx int - isNumeric, hours, seconds bool - number float64 + sectionIdx int + isNumeric, hours, seconds bool + number float64 ap, afterPoint, beforePoint, localCode, result, value, valueSectionType string } -- cgit v1.2.1