Aleksei
Aleksei
This issues strikes us as well. We are creating a lambda function for building emails and for that, we are using Razor as a templating engine. Unfortunately, this does not...
> the possible solution is to add something like the following after saving the issue This did not help, unfortunately.
It is a known issue (see #1020, #1107, #1121, #1251, #1257). `AdjustToContent` relies on `System.Drawing.Common` and unless it becomes truly cross-platform or we migrate to some other graphic library `AdjustToContent`...
I did not work with pivot tables very much, but I confirm this is a standard Excel feature.
> I just dislike the abbreviated NA. I'd prefer the full name for the enum. No problem. This issue was created to gather requirements and to discuss the implementation details....
I am surprised with the size of that library - around 562 KB for each platform. Considering ClosedXML itself is about 1120 KB, adding half a megabyte only to support...
Yes, it makes sense. And the library code does not seem to change often so it won't be too hard to keep our copy in sync, if we like to.
@jahav I admire the effort you've put into this! A couple of questions/suggestions. 1. I am not fully getting what we are going to do with array formulas. For me,...
1. It looks like `ROW`, `COLUMN` and probably a few other functions should be able to have multiple overloads: ``` static XLScalar Row(CalcContext ctx, XLCellReference cell = null) { ......
Will look into it