mahammad.basha


{ City } hyderabad
< Country > india
* Profession * testengineer
User No # 48973
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 8
Questions / { mahammad.basha }
Questions Answers Category Views Company eMail




Answers / { mahammad.basha }

Question { Virtusa, 13737 }

The xls contain data. how to get number of columns form
the sheet?


Answer

for outside xls sheet we have follow below
datatable.addsheet("Sheetname")
datatable.importsheet("sheetname",sheetid,"sheetpath")
rowcount=datatable.getsheet("sheetname").getrowcount
msgbox(rowcount)

for globalsheet
rowcount=datatabe("GlobalSheet").getrowcount
msgbox (rowcount)

for actionsheet

rowcount=datatable("LocalSheet").getrowcount
msgbox (rowcount)

Is This Answer Correct ?    2 Yes 4 No

Question { Virtusa, 13737 }

The xls contain data. how to get number of columns form
the sheet?


Answer

for global sheet

rowcount=datatable.globalsheet.getrowcount
msgbox (rowcount)


for action sheet

rowcount=datatable.localsheet.getrowcount
msgbox (rowcount)

Is This Answer Correct ?    1 Yes 3 No


Question { TCS, 8349 }

I Selected for TCS-Chennai(Contract to hire) position plz
suggest me whether i have to join or not


Answer

Hi Santhosh,

Thanks for ur suggestion.

I am already have real time experience in testing but in TCS whether they permanent or not

Thanks&Regards
Basha

Is This Answer Correct ?    2 Yes 1 No