SSN FirstName LastName Date HoursWorked Then from here, you would loop through your data and append the xml for rows and cells with something like this " + strFirstName + "<\/Data><\/Cell>. You would need to put the in the beginning and end of each row, but you get the idea. The "strFirstName" is just a variable within the flow. Then, just append the results to your xls file on the server, and end with something like this
" + strFirstName + "<\/Data><\/Cell>