thephpleague / csv

CSV data manipulation made easy in PHP
https://csv.thephpleague.com
MIT License
3.34k stars 336 forks source link

Is there a simple way to format xls into csv before write/read on it #520

Closed Floberrot closed 9 months ago

Floberrot commented 9 months ago

I implement the library but after several times saying to users of my app that they have to send csv files, they also want to use xls files. Is there a library that you recommend before write or read data from a csv file.

I found some libs, i'm just asking some advice here.

thanks 👍