nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
Apache License 2.0
5.67k stars 1.42k 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 4 months ago

softboy99 commented 4 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,"

Bykiev commented 4 months ago

Hi, this method will be implemented in the next release (2.7.1) https://github.com/nissl-lab/npoi/pull/1262