G
Guest
H
Hope someone out there knows a solution for thi
My Situation i
I have to read an excel spreadsheet which contains about 200 columns. Each column has a name associated with it. Now i can read the 200 columns using an arraylist (getvalue(0), getvalue(1) and soon) and could succesfully get the values
Now i want to read the spreadsheet with the cloumn names associated with each column as if suppose 2 more columns get added tommmorow I cannot change the number(getvalue()) in my code
for ex: If i have
FirstName Last Name
Abc de
Xyz Ds
as 2 columns in Excel spreadsheet. What i shld be able to do is,
PersonName pNameObj.firstname=FirstName.value
Somebody help me !!!!!!!!!!!
It's urgent
Hope someone out there knows a solution for thi
My Situation i
I have to read an excel spreadsheet which contains about 200 columns. Each column has a name associated with it. Now i can read the 200 columns using an arraylist (getvalue(0), getvalue(1) and soon) and could succesfully get the values
Now i want to read the spreadsheet with the cloumn names associated with each column as if suppose 2 more columns get added tommmorow I cannot change the number(getvalue()) in my code
for ex: If i have
FirstName Last Name
Abc de
Xyz Ds
as 2 columns in Excel spreadsheet. What i shld be able to do is,
PersonName pNameObj.firstname=FirstName.value
Somebody help me !!!!!!!!!!!
It's urgent