I have an excel sheet with huge number of columns, I need fetch data from 95 column (CS name).
Console.Write(worksheet.Cells[i, 95].StringValue )
This is returning null value, I am using nuget package for aspose.cells
I don’t have license as of now.
Kindly provide information about this issue