Simple PHP based XLSX to CSV converter borrowing from https://github.com/shuchkin/simplexlsx
Usage: Edit index.php to match the desired format of your output (there is an example in place). Upload your xlsx file to the page and it will automagically download the corresponding csv file.
That's it!