Hi, I have an Excel spreadsheet with an active connector to a source data file which has many columns. This xlsx is the filtered to exclude certain rows. I need to extract 5 specific columns from that sheet, and export it to another csv file overwriting the original csv. (I hope that makes sense).
I'm not sure where to begin with this one. It seems that in order for the data connection to update the xlsx file would need to be opened so the data can be refreshed. Once that problem is solved, I can't find any hints on how to copy out those specific rows as csv data and overwrite without a prompt.
I would love to hear your ideas.
Thanks and regards
Andrew