summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r--xmlWorksheet.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go
index dda1b78..aa33819 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -357,9 +357,9 @@ type xlsxBrk struct {
// xlsxBreaks directly maps a collection of the row or column breaks.
type xlsxBreaks struct {
- Brk *xlsxBrk `xml:"brk"`
- Count int `xml:"count,attr,omitempty"`
- ManualBreakCount int `xml:"manualBreakCount,attr,omitempty"`
+ Brk []*xlsxBrk `xml:"brk"`
+ Count int `xml:"count,attr,omitempty"`
+ ManualBreakCount int `xml:"manualBreakCount,attr,omitempty"`
}
// xlsxCustomSheetView directly maps the customSheetView element.