Merge pull request #447 from dongkai16z/master

Fix #443
formula
xuri 6 years ago committed by GitHub
commit b5f7d4a78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,6 +110,7 @@ func (f *File) workSheetWriter() {
f.saveFileList(p, replaceRelationshipsBytes(replaceWorkSheetsRelationshipsNameSpaceBytes(output)))
ok := f.checked[p]
if ok {
delete(f.Sheet, p)
f.checked[p] = false
}
}

Loading…
Cancel
Save