From bda8e7f8129dae0064c47f8e051f76492e1128f5 Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 16 Nov 2021 00:40:44 +0800 Subject: This closes #1061, support multi-byte language on set header footer typo fixed and simplify code for read the data values arguments of formula functions --- xmlDrawing.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlDrawing.go') diff --git a/xmlDrawing.go b/xmlDrawing.go index 0bb11ac..dabb34a 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -99,6 +99,7 @@ const ( MaxFontFamilyLength = 31 MaxFontSize = 409 MaxFileNameLength = 207 + MaxFieldLength = 255 MaxColumnWidth = 255 MaxRowHeight = 409 TotalRows = 1048576 -- cgit v1.2.1