- Try to export an excel sheet with 2 blank lines to a datatable/datatableasstring. Set export column name property to false. Notice datatable adds the two blank lines as the last two rows of table. The first row of data table is the first non blank row.
2. Repeat workflow with an excel with column header followed by two blank lines. Set export column name to true. Notice the blank lines remain in correct order.
Is it possible to make these consistent? I think case 1 should be modified so the blank lines are in the first two rows.
Attached test program
Hi,
I observed the issue as you mentioned by using the first case. Using Cells.ExportDataTable/ExportDataTableAsString, the two blank rows (in the worksheet) are the last two records instead of the first two records of the table. I have logged a ticket with an id “CELLSNET-44780” for your issue. We will look into your issue soon.
Hi,