diff options
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 |