diff options
author | xuri <xuri.me@gmail.com> | 2021-11-16 00:40:44 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-11-16 00:40:44 +0800 |
commit | bda8e7f8129dae0064c47f8e051f76492e1128f5 (patch) | |
tree | f920fccbda3059acdf0c0cb66ebb875161a32576 /xmlDrawing.go | |
parent | 72410361b07e7539037252467a38a73b32986dce (diff) |
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
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r-- | xmlDrawing.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |