hun7eee/xls2csv

Simple XLS to CSV converter

dev-master 2017-11-17 13:18 UTC

This package is not auto-updated.

Last update: 2025-07-06 09:10:13 UTC


README

  $helper = new Xls2CsvHelper('', 'list.xlsx', '', 'result.csv');
  $helper->convert();