• xurime's avatar
    This closes #1096, memory usage optimization and another 4 changes · 89b85934
    xurime 提交于
    - Unzip shared string table to system temporary file when large inner XML, reduce memory usage about 70%
    - Remove unnecessary exported variable `XMLHeader`, we can using `encoding/xml` package's `xml.Header` instead of it
    - Using constant instead of inline text for default XML path
    - Rename exported option field `WorksheetUnzipMemLimit` to `UnzipXMLSizeLimit`
    - Unit test and documentation updated
    89b85934
sheet.go 60.3 KB