This commit is contained in:
董凯 2019-07-25 20:27:03 +08:00 committed by GitHub
parent c1357ee58f
commit 53e653f28e
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
}
}