Jan Havlíček

Results 134 comments of Jan Havlíček

Hi, unfortunately current CalcEngine doesn't have a capability to provide function like COLUMN or ROW. They require a calculation engine context (the function must be aware of where it is...

Hi, the r:id is a relationship id between individual parts of xlsx (actually [Open Packaging Conventions or ECMA-376 part 2])https://en.wikipedia.org/wiki/Open_Packaging_Conventions)). The identifier is an implementation detail and could be anything,...

@kurosus The sample you have provided isn't compilable. I haven't been able to reproduce the issue either using latest development build. Do you still experience the issue?

Resolved by #2203 (#2128). The minimum reproducible code it not very clear, but I believe it now works.

On one hand, pivot table no longer relies on source range in a worksheet, but keeps it's own copy of values (as it should), but xlsx still fails, because it...

@brunotourinho Did you verify that it is actually a memory leak, i.e. did you run the build in release mode and called GC after workbook has been disposed and reference...

@colinblaise That is not possible in ClosedXML, workbook has to be represented in memory completely, otherwise it's not possible to change internal structure in consistent way. As for the memory...

I am closing this. I am not really sure how the fix was supposed to fix the adjust text, but System.Drawing.Common used DPI of system for things like image sizes...

The PR had to be completely refactored because of many changes since its inception. The idea is sound, but there were few problems: * The sorting was done on `XLRangeRows`/`XLRangeColumns`....