Hello,
I have a worksheet which I deleted row 0-10 before I export it. This cause an issue with the worksheet column header not showing in the export even though I set the value to true for exporting first row as column header. At the moment I think I can resolve this with two solutions but not sure how to do it or it’s even possible:
1. Reset the row index before export so that row index 0 will get pickup by export feature
2. Rename the column header manually.
I’m using ExportDataTableAsString()
Thanks.