Browse Source

fix compile error

pull/1557/head
Antony Liu 3 months ago
parent
commit
8871957795
  1. 1
      ooxml/XSSF/UserModel/XSSFTable.cs

1
ooxml/XSSF/UserModel/XSSFTable.cs

@ -261,7 +261,6 @@ namespace NPOI.XSSF.UserModel
UpdateHeaders();
}
private string name;
/**
* @return the name of the Table, if set
*/

Loading…
Cancel
Save