This commit is contained in:
Looly 2022-03-30 02:20:30 +08:00
parent b8f0f7efdb
commit d981be8cd1

View File

@ -211,7 +211,6 @@ public class ExcelWriter extends ExcelBase<ExcelWriter> {
*/
public ExcelWriter reset() {
resetRow();
this.headLocationCache = null;
return this;
}