hun7eee/xls2csv

Simple XLS to CSV converter

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

This package is not auto-updated.

Last update: 2025-06-08 08:38:22 UTC


README

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