a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
5.75k
stars
1.43k
forks
source link
TypeLoadException: “NPOI.XSSF.UserModel.XSSFSheet.RemoveDataValidation” hasn't been implemented in “NPOI.OOXML, Version=2.7.0.0," #1321
Closed
softboy99 closed 7 months ago
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,"