Hi,
I have a .ods sheet containing (among lots of other stuff) three columns with the following formats: Text; Date; Currency.
I also have a .csv file with only the same three columns.
What I now want, is to simply open the .csv with LibreOffice Calc (preferably without any import tinkering) and only copy all the stuff from the .csv to the .odt sheet.
Using Special paste and there clicking “Values Only” works for the text and currency to be pasted correctly. However, the date is prefixed with a ’ and shifted to the left (and therefore treated as text?).
The .odt target date Format is DD.MM.YY (however, when I click on the cell it is represented as MM/DD/YY)
The date string in the .csv is DD.MM.YY. I can modify this during the creation of the csv if this would help.