|
|
|
|
|
by sheetjs
1846 days ago
|
|
When saving as CSV, Excel will use the regional "List separator" setting. You can override this in Windows 7 with Region and Language > Additional Settings > List separator. If you are trying to generate a file that plays nice with Excel, there is a way to force a specific delimiter with the "sep" pragma: sep=|
a|b|c
1|2|3
|
|
Simple is good.
If it's really simple even Microsoft will be able to implement it.