HI,
I am trying to Import from excel into grid.If a cell has formula and if i read the cell value I am getting the formula not the cell value.
{
cell.Value-------Returns the formula but not the value of the cell.
}
Starting with the next release (8.3), formula solving has been implemented in the Excel assembly. In that version and later, getting the Value property of the cell will return the calculated value.
i m using the infragistics Relases Netadvantage 2010.3
Still the same problem exisit , its accessing only the formula , not the value
Dim ws As Infragistics.Excel.Worksheet = b.Worksheets(WorksheetName)
ws.Rows(r).Cells(0).Value ie the cell has formula ='Tool Summary EC'!C9.
i m getting exception only, Give me the solution for this
Regards
Karthik
HirotecIndia