Posts by Renan • 1 point
1 post
-
0
votes0
answers1066
viewsQ: How to change the CSV file field separator from ',' to ';'
I am developing a utility to transform XLS and XLSX files to CSV, but I would like CSV files to come out with semicolon separator instead of comma, here is the code: # -*- coding: iso-8859-1 -*-…