I'm generating a spreadsheet from a C# app I'm writing. The way it's been done is I grab the needed data from the db via a sql statement. I assign the datatable to a string array, and write the string ...