Jan Havlíček
Jan Havlíček
I am closing this PR in favor of #1978. Reasons: * As far as I can tell, it can be solved in BCL * dependency on another library (850KiB at...
I am closing this, because I think it is an incorrect way forward and it doesn't look like it's worth it. The PR is trying to decrease memory usage by...
Not any concrete plans. Priority ATM is to deal with PRs.
Won't fix, see https://github.com/ClosedXML/ClosedXML/pull/1814#issuecomment-1780099163.
I am closing this a WON'T FIX. I don't think `SheetId` is something that should be exposed to user, it's an internal id. ClosedXML can just renumber sheetIds as it...
I am closing this PR in favor of #1238. Cell value is now represented through `XLCellValue` and thus most of the code it no longer relevant and the rest is...
The issue has been implemented through PR #1934, #1936, #1935 and #1404. It corresponds to the feature described in the original post, except for setting the value though string value....
The code from original now works. CalcEngine has been significantly redesigned, VLOOKUP function and info functions were reimplement to be compliant with Excel. VLOOKUP still doesn't support wildcard search for...
@fguinther1 Do you still have a reproducible sample? The code you posted is missing data creation, it is just a code of `ExcelService` with some translation logic. I tried to...
I checked out the sample and it is the "saving cell values is slow." I am declaring this to be the ticket for "Saving worksheets with a lot of cell...