I'm trying to export my XLSX file to CSV using Excel 2013.
The problem I am facing is that the resulting CSV file uses semicolon (;) as a separator. I need it to be a comma (,).
I've changed my regional settings to use comma as a list separator:

However, Excel still exports with semicolon. How to make it export csv with comma as a separator?