How to add value in a cell in Aspose 4.8.1.4

I want to know How to add a value to a cell in worksheet.
I am currently using Aspose 4.8.1.4.

I tried like
cell = cells[“B1”];
cell.PutValue(“Quarter”);


But These properties are not available in my version.

Hi,


I think the Cell.PutValue() method is an older method that should be there in your older version v4.8.1.4 as well. Other properties also should be there that you may use, e.g Cell.StringValue, Cell.Value etc.

Thank you.