https://bugs.documentfoundation.org/show_bug.cgi?id=157799
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |NOTABUG --- Comment #5 from Mike Kaganski <[email protected]> --- No, you are wrong. And your data exactly shows why: it has row 1 as headers (definitely text), while other rows as data (so other rows would definitely need different interpretation). And CSV is used heavily for very different kinds of data, including intermediate results, sub-headings, etc. If you use such an inherently loosely defined format as CSV, it's your duty to learn how to handle the specific flavor you have correctly. The program offers you the very flexible means (the dialog gives you the full control). And you can tell the program exactly that: instead of trying to guess every cell of a column (the standard), just treat it as I say (make it text by choosing the column type). But trying to make program please one group of users would break infinite number of other users. -- You are receiving this mail because: You are the assignee for the bug.
