close2 / csv

A dart csv to list codec / converter
MIT License
98 stars 24 forks source link

Create sheet #44

Closed erperejildo closed 3 years ago

erperejildo commented 3 years ago

How can I create another sheet for the same file?

close2 commented 3 years ago

This is not possible in CSV files.

CSV files are simple text files where every line corresponds to a row in.

erperejildo commented 3 years ago

yes, my fault. The app that opens the CSVs on my phone manages them as excel files. Sorry for the confusion