qtp - HP QTD - ImportSheet with only some columns -


i have test in hp qtd imports sheet excel.
code imports columns in sheet:

datatable.importsheet("myfile.xls", "plan1", "dest") 

but myfile.xls has more 200 columns, , need 6.

is there way import columns thah want?

similar kind of question answered earlier,see if following link helps.

how import data excel uft based on condition


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

node.js - How do I prevent MongoDB replica set from querying the primary? -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -