I have a requirement where-in I can save only .iqy file from one of the website and then have to read the contents of the file. I tried converting .iqy to .xls or .xlsx file but doing so, it says the file is corrupted. Any help is highly appreciated.
You can read the .iqy file and pull the contents into a datatable and then write that datable as a new .xlsx file and continue your processing like a normal excel file
You can read iqy files using excel or notepad. So for example you can use Read Text File activity or Open Application activity to open the file with the excel application
Hello Susana,
I tried to use Read text File activity and it is not working. Below is the String output that I’m getting which is not even related to the contents inside the file.
I have a similar requirement, We have to read the data from SharePoint so what I did was exported to excel from SharePoint, it have me iqy query file, I opened it in Excel and automatically the Excel gets connected through query, now everytime I open/rearrange Excel the Excel data gets updated according to the query and I can use the updated data.
I am looking for the same exact requirement. How to read .iqy file as Data table/how to convert .iqy file into .xlsx. Hope you help me if you have got a solution.