Hello,
I'm trying to use the ExportDataTable with the attached excel in order to get only the data rows, and not the headers and the first 2 empty rows. In order to accomplish this I'm executing the folowing sheet.ExportDataTable(4, 1, 9, 8, false);
According to the definition of the method, this call should return from the row 4 to the row 9 the first 8 columns, without exporting column names. Well, I've been making some tests and it seems the firstRow parameters is being ignored. What i'm getting executing this is the rows between 1 and 9 into the DataTable.
Am i doing something wrong?
I'm using version 7.0.0.7040