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 4e35fcf..b49ae9d 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -94,6 +94,7 @@ const ( // Excel specifications and limits const ( + UnzipSizeLimit = 1000 << 24 StreamChunkSize = 1 << 24 MaxFontFamilyLength = 31 MaxFontSize = 409 |