diff options
author | xuri <xuri.me@gmail.com> | 2021-04-30 00:14:42 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-04-30 00:14:42 +0800 |
commit | 7e429c5b464b53f305e94cc355f14ba9e1d9849c (patch) | |
tree | c732503f48464b6303291d2538f80d170c4bc913 /xmlDrawing.go | |
parent | af5e87dbcf5a89201072f5ca07d532258ece278f (diff) |
Fixe issue generated file corrupted caused by incorrect default XML namespace attributes
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 |