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 a18c588..4b51b63 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -91,6 +91,7 @@ const ( // Excel specifications and limits const ( + StreamChunkSize = 1 << 24 MaxFontFamilyLength = 31 MaxFontSize = 409 MaxFileNameLength = 207 |