EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

EPPlus-Excel spreadsheets for .NET

Results 237 EPPlus issues
Sort by recently updated
recently updated
newest added

Hi, If a named range references a whole column (e.g. `Sheet1!$C:$C`) and we insert rows in the worksheet, the range address is changed to something like `Sheet1!Sheet1!$C1:#REF!`. When we try...

bug

I can't add column mappings regardless of how many columns I add and regardless of indexes. I triple checked my indexes and they are all correct. Yet, the code says...

When there are defined names referencing a whole column (e.g. `Sheet1!$C:$C`), inserting rows fails to update the range: `Sheet1!Sheet1!$C1:#REF!`. Same issue for named row ranges and inserting columns. This fixes...

When using (excelpackage.doadjustdrawings = false), the shapes will overlap. In order to see clearly, I manually moved the position of the shapes a little **epplus version 5.8.12** ![shape-ng](https://user-images.githubusercontent.com/19505572/182810141-4b7befd9-2c6e-4ea5-b034-bd90a26568bc.png) When used...

bug

Scope: formula calculation Description of this functionality: Add a name to the workbook and let it refer to a range with a locked address. **1. If the range has multiple...

enhancement

I am trying to use the **SUM** of a range by using **INDEX** method inside it. For e.g. **=SUM(B2:INDEX(A2:C6, 5, 2)).** This is working fine in excel sheet but giving...

enhancement

The `IFERROR` function doesn't seem to work properly in certain situations. For example, if I write the following formula without first defining the name `MyName1`, I'll (correctly) get a `#NAME?`...

bug

## Problem description * Given is a cell with a formula "500*4" and a call to calculate this cell * On some framework versions and different trust-environments, the .NET runtime...

needs investigation

I found this potential bug (?) while writing a unit test. In Excel, if I type the string `#VALUE!` into a cell, it is stored in the XML as an...

Hi, I am EPPlus 6.0.6.0 to do some excel calculations In one cell I have the below equation in sheet Y =SUM(A!B151:A!B159) which is calculate the sum of cells B151...

bug