You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
softboy99
changed the title
TypeLoadException:TypeLoadException: “NPOI.XSSF.UserModel.XSSFSheet.RemoveDataValidation” hasn't been implemented in “NPOI.OOXML, Version=2.7.0.0,"
TypeLoadException: “NPOI.XSSF.UserModel.XSSFSheet.RemoveDataValidation” hasn't been implemented in “NPOI.OOXML, Version=2.7.0.0,"
Apr 26, 2024
NPOI Version
2.7
File Type
Upload the Excel File
QA-INT-F0003 Test Request Form V18-Transit Testing.xlsx
Reproduce Steps
fs = new FileStream(fileName, FileMode.Open, FileAccess.Read, FileShare.Read);
WorkbookFactory.Create(fs, true);
Issue Description
TypeLoadException:TypeLoadException: “NPOI.XSSF.UserModel.XSSFSheet.RemoveDataValidation” hasn't been implemented in “NPOI.OOXML, Version=2.7.0.0,"
The text was updated successfully, but these errors were encountered: