Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
480
Exception when save Excel File
posted

Hi,

  I open an empty excel file using Infragistics.Excel library than add the formula: =AVERAGEIFS(G45:G107,C45:C107,"O",D45:D107,"SMALL") to cell A2 using SetFormula.

  When calling Workbook.Save function an exception occur: Value cannot be null.
Parameter name: input

Thanks.