hun7eee/xls2csv

Simple XLS to CSV converter

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hun7eee/xls2csv

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

This package is not auto-updated.

Last update: 2025-10-26 10:47:16 UTC


README

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