summaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-10-01 21:43:02 +0800
committerxuri <xuri.me@gmail.com>2021-10-01 21:43:02 +0800
commit28841af9804243205a9693be0cb501ce2d980302 (patch)
tree4d09aed52463fce951932d90fd6824dc3e621b54 /errors.go
parente52e75528260745d87fb0962fe239f54c1b5b390 (diff)
initialize formula function TRANSPOSE, ref #65 and remove unused exported error variable ErrToExcelTime
Diffstat (limited to 'errors.go')
-rw-r--r--errors.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/errors.go b/errors.go
index e89fea1..56a2280 100644
--- a/errors.go
+++ b/errors.go
@@ -79,8 +79,6 @@ var (
// ErrAddVBAProject defined the error message on add the VBA project in
// the workbook.
ErrAddVBAProject = errors.New("unsupported VBA project extension")
- // ErrToExcelTime defined the error message on receive a not UTC time.
- ErrToExcelTime = errors.New("only UTC time expected")
// ErrMaxRows defined the error message on receive a row number exceeds maximum limit.
ErrMaxRows = errors.New("row number exceeds maximum limit")
// ErrMaxRowHeight defined the error message on receive an invalid row
@@ -112,7 +110,7 @@ var (
// ErrDefinedNameduplicate defined the error message on the same name
// already exists on the scope.
ErrDefinedNameduplicate = errors.New("the same name already exists on the scope")
- // ErrCustomNumFmt defined the error message on receive the empty parameter.
+ // ErrCustomNumFmt defined the error message on receive the empty custom number format.
ErrCustomNumFmt = errors.New("custom number format can not be empty")
// ErrFontLength defined the error message on the length of the font
// family name overflow.