It seems like there was a change in behavior, when it comes to evaluating Excel formulas on conversion to PDF.
With GroupDocs.Conversion 24.5, basic formulas like correctly evaluated on conversion.
But with version 24.6, this behavior changed and the result always seems to be 0.
Usually Excel evaluates formulas, but we used OpenXML toolkit, to fill values into cells directly, without doing any calculation.
You can use the attached XLSX file, which was already modified.
Excel Calculation stopped working.zip (11.5 KB)
No special conversion options were used, just var options = new ConvOpts.PdfConvertOptions().
Same behavior applies to GroupDocs.Viewer.
Was this an intentional change?