Jan Källman

Results 124 comments of Jan Källman

We will look into this as it seems like a function that should be there. I'll add this as an enhancement for the next version.

Hi, I tried images in the linked issue, and it seems to work as expected in 6.0.3... ``` [TestMethod] public void i638() { using (var p1 = OpenTemplatePackage("green.xlsx")) { var...

OK, seems to work when I try. Can you provide a sample?

RichText creates a xml document for each cell, so the performance might not be that good, if you have a lot of data. I'll have a look to see if...

Yes, this has bad performance if you have many cells with rich text. We'll need to rewrite this and remove the dependence on the XML DOM. I'll add this as...

I'll have a look at this

The value of the must be set to the `ExcelErrorValue` class, but the constructor and the method's that create this class is all internal. I will switch them all to...

If it's really really urgent you can call the static Parse or Create methods on the `ExcelErrorValue `class using reflection to get an instance. https://github.com/EPPlusSoftware/EPPlus/blob/927d53e60a373f9efe8b20f8448d36d696470cd3/src/EPPlus/FormulaParsing/ExcelValues.cs#L146