From c5cc500b886366a99641eaa7bc24613f6066fd79 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Mon, 26 Dec 2016 18:06:12 +0800 Subject: - Fix issue: pivot cache and extending spreadsheetML missing; - Compatibility improved: relationship namespace in `workbook.xml` has been changed (`xmlns:mc`, `xmlns:x15` and `mc:Ignorable` added) --- xmlWorksheet.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlWorksheet.go') diff --git a/xmlWorksheet.go b/xmlWorksheet.go index be7dcc2..4752a15 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -26,6 +26,7 @@ type xlsxWorksheet struct { LegacyDrawing xlsxLegacyDrawing `xml:"legacyDrawing"` Picture xlsxPicture `xml:"picture"` TableParts xlsxTableParts `xml:"tableParts"` + ExtLst xlsxExtLst `xml:"extLst"` } // xlsxDrawing change r:id to rid in the namespace. -- cgit v1.2.1