xlsx2csv
xlsx2csv copied to clipboard
hh:mm:ss time format seconds not appearing in csv file
I've been using xlsx2csv for a while but just come across an issue where time in format hh:mm:ss in the xlsx file is being converted as hh:mm so the seconds don't appear in the csv file.
I've tried changing the dateformat parameters but this doesn't seem to address the issue.
Please ignore, I looked through the code and saw there is a timeformat option so I needed to have timeformat = '%H:%M:%S'