Can you tell me if a formula like this should work:
See the attached jpeg. When I convert the excel spreadsheet to an image, this is what I get “#N/A”.
Hi Matthew,
var book = new Aspose.Cells.Workbook(myDir + “Centrifugal+Pump+Inspection+Report.xlsx”);
book.CalculateFormula();
var sheet = book.Worksheets[“REPORT”];
var options = new ImageOrPrintOptions();
var renderer = new SheetRender(sheet, options);
renderer.ToImage(0, myDir + “output-1.jpg”);
I discovered an error in my data. It is not an issue with Aspose.Cells.
Hi Matt,
Thanks for your posting and using Aspose.Cells.
It is good to know that you have figured out this issue. We have closed this ticket now with your comment. Let us know if you encounter any other issue, we will be glad to look into it and help you further.
Hi,
Thanks for using Aspose.Cells
Please download and try this fix: Aspose.Cells
for .NET v8.0.0.3 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-42547) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.