Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 312 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 312 Bytes

xlsxtocsv

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!