Hello,
How can it be possible :
var expenseFinalConlusionFormula = “=IF(1,1,IF(0,0,“titi”)”;
ws.Cells[“A1”].Formula = expenseFinalConlusionFormula;
ws.Cells[“A2”].PutValue(expenseFinalConlusionFormula);
and when I open the file I get :
in A1 : =IF(1,1)
in A2 : =IF(1,1,IF(0,0,“titi”)
For the example I simplified the function.
Hi,
book.Worksheets[0].Cells[“A1”].PutValue(“10x12”);
book.Worksheets[0].Cells[“A2”].PutValue(“8x8”);
book.Worksheets[0].Cells[“A3”].PutValue(“6x6”);
book.Worksheets[0].Cells[“A4”].Formula = “=IF(A1=“10x12”,120,IF(A1=“8x8”,64,IF(A1=“6x6”,36)))”;
book.CalculateFormula();
book.Save(“D:/output.xlsx”, SaveFormat.Xlsx);
Hello, thank you for your answer, I tried it, it work fine,
Hi Thierry,
Hi,
Thanks for using Aspose.Cells.
This is to inform you that we have fixed your issue CELLSNET-43933 now. We will soon provide the fix after performing QA and including other enhancements and fixes.
Hi,
Thanks for your using Aspose.Cells.
Please download and try the latest fix: Aspose.Cells for .NET v8.6.0.4 and let us know your feedback. .
The issues you have found earlier (filed as CELLSNET-43933) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.