From a410b22bdd50e9f212b0b454e5aed798e3476394 Mon Sep 17 00:00:00 2001 From: xuri Date: Fri, 28 Oct 2022 00:31:55 +0800 Subject: Fix the error on getting the range of merged cells on the worksheet which contains one cell merged cell range - Parse workbook default theme for custom theme color support in the feature - Variables name typo fix - Add system foreground and background color as RGB in the IndexedColorMapping list --- templates.go | 1 + 1 file changed, 1 insertion(+) (limited to 'templates.go') diff --git a/templates.go b/templates.go index 1e46b56..c8233c1 100644 --- a/templates.go +++ b/templates.go @@ -21,6 +21,7 @@ const ( defaultXMLPathCalcChain = "xl/calcChain.xml" defaultXMLPathSharedStrings = "xl/sharedStrings.xml" defaultXMLPathStyles = "xl/styles.xml" + defaultXMLPathTheme = "xl/theme/theme1.xml" defaultXMLPathWorkbook = "xl/workbook.xml" defaultTempFileSST = "sharedStrings" ) -- cgit v1.2.1