Merge pull request #447 from dongkai16z/master

Fix #443
This commit is contained in:
xuri 2019-07-26 09:21:25 +08:00 committed by GitHub
commit b5f7d4a78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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
}
}