You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am mainly using it for simple (and fast) exports from DB to CSV such as:
(new FastExcel(SomeModel::get()))->configureCsv(';', "'")->export('export.csv');
But after upgrading openspout/openspout to v4 the options set in configureCsv are no longer taken in consideration as the exported CSV is made with the default delimiter ,. Import on the other hand works as expected.
The text was updated successfully, but these errors were encountered:
Hi,
first of all thanks for this great package!
I am mainly using it for simple (and fast) exports from DB to CSV such as:
(new FastExcel(SomeModel::get()))->configureCsv(';', "'")->export('export.csv');
But after upgrading openspout/openspout to v4 the options set in
configureCsv
are no longer taken in consideration as the exported CSV is made with the default delimiter,
. Import on the other hand works as expected.The text was updated successfully, but these errors were encountered: