@Kalees9486 - Yes i have tried like below and i was able to extract it…
Say this is my excel output
I have tried the write line before writing to excel…
autoDataSet.Tables.Item(“Simple Fields”).Rows(0).Item(“Company Name”).ToString
YourExtractedDataset.Tables.Item(“Simple Fields”).Rows(0).Item(“Column Name”).To String
Output - “Compu Roots”
.
Hope this is what you are looking for…
