|
|
|
|
|
by capeterson
1769 days ago
|
|
LibreOffice is generally a little less aggressive about formatting, but still has issues similar to Excel. For me personally, I usually view things in Excel/LO but don't save, and if I need to modify anything I'll use a text editor for one-off changes, or I'll use something like Python with the pandas library for more programmatic changes. Pandas does have issues forcing timestamps to convert sometimes, but that can be easily configured. Otherwise, no problems with this method. There's definitely a lot of friction if you want to edit .CSV's without your formatting/encoding being altered, unfortunately. |
|