CSV
Convert an existing XLSX file to CSV without going through PHP arrays.
- XLSX to CSV — normal mode — write the entire sheet to a CSV file in one call.
- XLSX to CSV — callback mode — receive each row in a user callback for streaming or filtering.
Convert an existing XLSX file to CSV without going through PHP arrays.