From 891e5baac1a6ac67123fbc6a68f801720882b8ec Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 11 Jan 2022 00:24:24 +0800 Subject: ref #1096, reduce memory usage by about 50% for large data spreadsheet --- templates.go | 1 + 1 file changed, 1 insertion(+) (limited to 'templates.go') diff --git a/templates.go b/templates.go index 20ef31d..81b2c20 100644 --- a/templates.go +++ b/templates.go @@ -30,6 +30,7 @@ const ( defaultXMLPathSharedStrings = "xl/sharedStrings.xml" defaultXMLPathStyles = "xl/styles.xml" defaultXMLPathWorkbook = "xl/workbook.xml" + defaultTempFileSST = "sharedStrings" ) const templateDocpropsApp = `0Go Excelize` -- cgit v1.2.1