Mats Alm

Results 39 issues of Mats Alm

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

A first fix for this will be to add an overload on Workbook.Names.Add and Worksheet.Names.Add that controls if a relative address should be retained. Next step will be to shift...

bug
enhancement

The follwoing logic should be implemented internally: ```csharp var activeSheet = package.Workbook.Worksheets[package.Workbook.View.ActiveTab]; package.Workbook.Worksheets.MoveToStart("test"); package.Workbook.View.ActiveTab = package.Workbook.Worksheets.ToList().IndexOf(activeSheet); ```

enhancement

_Initially reported as a comment in #1042_ , ### Issue description I brought in the new EPPlus version and it ended up throwing an error when trying to run LoadFromCollection:...

enhancement

When calling `LoadFromCollection` it should be possible to set a format of columns in runtime. For example, it should be possible to set different formats depending on culture. ### Overview...

enhancement
7.1

It seems to be a rare case, but some workbooks might contain up to 66 indexed colors that should be read into the internal `ExcelColor.indexedColors` array. Today the size of...

bug

Description of the issue: >I am currently using EPPlus version 7.0.3 and I have encountered an issue regarding cells with Excel functions that return Boolean values (for example, =A1=B1). When...

enhancement