Viewing 2 posts - 1 through 2 (of 2 total)
Actually there are no more specific errors that makes the package stop running or error BUT it is only populating the column headers in the Excel file and not the...
April 4, 2019 at 2:41 pm
#2779879
If you are saying replace this section:
int index = table.Rows.IndexOf(row);
columnvalues += "'" + table.Rows[index].ItemArray + "',";
with the code provided above it produced an error. Is that what you meant?
April 3, 2019 at 3:24 pm
#2693090