Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 tasks
softboy99 opened this issue Apr 26, 2024 · 1 comment

Comments

@softboy99
Copy link

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

@softboy99 softboy99 added the bug label Apr 26, 2024
@softboy99 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
@Bykiev
Copy link
Collaborator

Bykiev commented Apr 26, 2024

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

@Bykiev Bykiev added xls xlsx and removed bug labels Apr 26, 2024
@Bykiev Bykiev added this to the NPOI 2.7.1 milestone Apr 26, 2024
@Bykiev Bykiev closed this as completed Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants