nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeLoadException: “NPOI.XSSF.UserModel.XSSFSheet.RemoveDataValidation” hasn't been implemented in “NPOI.OOXML, Version=2.7.0.0,"

softboy99 opened this issue · comments

NPOI Version

2.7

File Type

  • XLSX
  • XLS

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,"

Hi, this method will be implemented in the next release (2.7.1)
#1262