Correction to Documentation - Copy cells with formulas

The example shown here does not work: https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-copy-paste-the-cell-values-that-contain-only-formula?cs-save-lang=1&cs-lang=csharp


The line: 

sourceRange.CopyTo(destinationRange, ExcelCopyRangeOptions.None);

should read:

sourceRange.CopyTo(destinationRange, ExcelCopyRangeOptions.UpdateFormulas);




1 Reply

AS Atchaya Sekar Syncfusion Team August 12, 2024 01:50 PM UTC

Hi Chris,

 

Thanks for the update. We will address this and include it in tomorrow’s weekly NuGet release. We will inform you once the changes are done.

 

Regards,

Atchaya S.


Loader.
Up arrow icon