diff options
Diffstat (limited to 'excelize.go')
-rw-r--r-- | excelize.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/excelize.go b/excelize.go index cca6616..0c0f74a 100644 --- a/excelize.go +++ b/excelize.go @@ -36,6 +36,7 @@ type File struct { xmlAttr map[string][]xml.Attr checked map[string]bool sheetMap map[string]string + streams map[string]*StreamWriter CalcChain *xlsxCalcChain Comments map[string]*xlsxComments ContentTypes *xlsxTypes |