From 7e429c5b464b53f305e94cc355f14ba9e1d9849c Mon Sep 17 00:00:00 2001 From: xuri Date: Fri, 30 Apr 2021 00:14:42 +0800 Subject: Fixe issue generated file corrupted caused by incorrect default XML namespace attributes --- xmlDrawing.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlDrawing.go') 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 -- cgit v1.2.1