Explorar el Código

Merge pull request #447 from dongkai16z/master

Fix #443
xuri hace 6 años
padre
commit
b5f7d4a78e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      sheet.go

+ 1 - 0
sheet.go

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