npoi icon indicating copy to clipboard operation
npoi copied to clipboard

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

Results 177 npoi issues
Sort by recently updated
recently updated
newest added

When Evaluating formula `=IF(ISREF(INDIRECT(Investment.DepositPensionSchemes.1.BankName)),Investment.DepositPensionSchemes.1.BankName,"")` `Indirect.EvaluateIndirect` takes the String value of the cell, and tries to find the DynamicReference of the Value instead of the Name. Gets an object reference error...

need-investigation
formula

At first, I use attached sheet ("Before.png"). ![Before](https://user-images.githubusercontent.com/99263144/171811044-ceba663c-3c05-4408-b9f1-7a76396a5add.png) The point is that string "Test" in line 13 and out of printing area. (Last row break position is in line 11.)...

bug
drawing
xlsx

Can I replace text in docx without changing the format? Can I read the checkbox style in docx?

question

**Issue** The min-width and max-width for XSSFDataBarFormatting seems to default to 10% filled for min and 90% filled for max and using the WidthMin and WidthMax properties does not seem...

need-investigation

### NPOI Version 2.7.0 ### File Type - [ ] XLSX ### Upload the Excel File [fund.xlsx](https://github.com/nissl-lab/npoi/files/15374420/fund.xlsx) ### Reproduce Steps `using var fs=new FileStream(@"C:\Users\DELL\Desktop\fund.xlsx", FileMode.Open,FileAccess.ReadWrite,FileShare.None); IWorkbook wb = new XSSFWorkbook(fs);...

need-investigation

More patches ported from poi 3.16

This is a pull request for fixing #1260 for discussion on this change. (resolves #1260) In short there are two changes: 1. When writing CT_Text to XML \n is replaced...

bug
docx

Fixes https://github.com/AdamWhiteHat/BigDecimal/issues/45

### Discussed in https://github.com/nissl-lab/npoi/discussions/1292 Originally posted by **rafinewman** March 13, 2024 hi, i have designed am excel file XLSX with a table of data in sheet1 and pivot table ,...

bug
file_error
xlsx