We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45c4b0 commit 095b5fbCopy full SHA for 095b5fb
calcchain.go
@@ -25,7 +25,7 @@ func (f *File) calcChainReader() *xlsxCalcChain {
25
// calcChainWriter provides a function to save xl/calcChain.xml after
26
// serialize structure.
27
func (f *File) calcChainWriter() {
28
- if f.CalcChain != nil {
+ if f.CalcChain != nil && f.CalcChain.C != nil {
29
output, _ := xml.Marshal(f.CalcChain)
30
f.saveFileList("xl/calcChain.xml", output)
31
}
0 commit comments