02-10-2017 02:59 AM - edited 02-10-2017 03:03 AM
I work on a german system, and the commas are used for decimal separation, the period is used for grouping numbers. And the list separator is a semicolon, so on my system it works perfektly to tell the "Array to Spreadsheet" to use the semicolon as a separator. Doubleclicking on the file opens it correct in Excel.
If your data itself includes semicolons, you have to wrap it in " so excel doesn't separate the data at wrong positions.
I find my settings via system control, region and language, in the first Tab (formats) the "More settings" button and then it looks like this:
02-10-2017 04:48 AM
I think that if you put quotes around the strings, it will ignore the commas inside.
02-10-2017 11:03 AM
There seems to be a confusion between "Delimited Spreadsheets" (no specific extension) and Comma-separated-values (.csv) files. Here are some observations/facts:
Moral -- if you want to use Delimited Spreadsheets, it is OK (and may even be preferable, particularly if your dates and numbers use commas) to stick with the default <tab> separator. Give your file the extension .txt, which Excel will recognize as a "Text" file and will open as Tab-delimited, by default. Do not give it the .csv extension, which forces Excel to try to use commas.
Bob Schor