Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Read Excel column data
#3
Thanks,

How I can check Excel Column cell data is string or numberic

I required only numeric data

Example
suppose
str data;
,es.GetCell(data 1 i)
'****** I required If Data is numeric value then process next step otherwise continue

I know other language
if IsNumeric(Data)
{
out "Numeric"
}
else
{
out "Character"
}

CELL VALUE IS
1234
sdsd
123
sd23

JHJHS
131

I required only :: 1234 123 131 for next step


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)