Skip to content

Commit fbcf657

Browse files
authored
This closes qax-os#2180, fix add pivot table caused workbook corrupted on Excel for Mac (qax-os#2182)
1 parent dd07139 commit fbcf657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pivotTable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ func (f *File) addPivotTable(cacheID, pivotTableID int, opts *PivotTableOptions)
372372
Count: 1,
373373
I: []*xlsxI{
374374
{
375-
[]*xlsxX{{}, {}},
375+
[]*xlsxX{{}},
376376
},
377377
},
378378
},

0 commit comments

Comments
 (0)