Hi Baybrown_Scott,
If you just want to extract data from SQL to an excel file, then you just need to use the Cloud Flow. That is enough and the easiest way.
But if you want to manipulate the data from the datatable and write it into an excel file then you should better use PAD.
You said you have extracted data from SQL and yes, there is no way for you to see the data in the datatable unless you are debugging.
From my experiences, I will write all the data that extracted from SQL to a CSV file, then I will find the order of the columns by looking into the real data extracted.
After that, we will go through all the data in the CSV file, manipulate and consolidate it then I will have the final data.
In order to write data to an existing Excel file, you aslo need to read all the data from this file and then indicate which row or column that you want to update.
Regards,
Mike