https://bugs.documentfoundation.org/show_bug.cgi?id=150027
--- Comment #1 from Brian <[email protected]> --- If I may, I agree with the point made by the OP and the rationale, but I also think this issue could be more "intelligent". In many of the cases I deal with, at least one of the columns has something in row 1 that differs greatly from every other value in that column. This seems like something that one could leverage to "assume" that columns contain headers. The most obvious case is if the first row has text and the remaining rows are numbers, dates, or something else. But, even taking a snapshot of the first 10 rows and doing a few comparisons, you could make an educated guess as to whether the column has a first row that is different enough from all the other values that it's safe to assume it's a header. IDK, maybe that's easier said than done, but it seems like something someone could do without too much trouble. -- You are receiving this mail because: You are the assignee for the bug.
