diff options
author | xuri <xuri.me@gmail.com> | 2020-03-28 23:47:26 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-03-28 23:47:26 +0800 |
commit | 6afc468a025984aa1b265b0228f032c5ed881a3b (patch) | |
tree | 6b51e97cbf9c5fc151bb14766c720731ec3bc2ad /xmlWorksheet.go | |
parent | a75c6f63bea6c8e438482cb79e1725f23d7f7f9c (diff) |
Resolve #451, support create chart sheet
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r-- | xmlWorksheet.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go index aa33819..316ffd7 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -12,8 +12,7 @@ package excelize import "encoding/xml" // xlsxWorksheet directly maps the worksheet element in the namespace -// http://schemas.openxmlformats.org/spreadsheetml/2006/main - currently I have -// not checked it for completeness - it does as much as I need. +// http://schemas.openxmlformats.org/spreadsheetml/2006/main. type xlsxWorksheet struct { XMLName xml.Name `xml:"http://schemas.openxmlformats.org/spreadsheetml/2006/main worksheet"` SheetPr *xlsxSheetPr `xml:"sheetPr"` |