From 28841af9804243205a9693be0cb501ce2d980302 Mon Sep 17 00:00:00 2001 From: xuri Date: Fri, 1 Oct 2021 21:43:02 +0800 Subject: initialize formula function TRANSPOSE, ref #65 and remove unused exported error variable ErrToExcelTime --- errors.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'errors.go') 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. -- cgit v1.2.1