I start to use OleDB. I'm trying to extract a large range of random data from an Excel file (in C#). This my query :
SELECT * FROM NAMED_RANGE
But I have a lot of empty rows. I delete them in a loop but I don't really like it, is it possible to select only rows with at least one cell filled ?
Best regards,
Alex