fast-excel
fast-excel copied to clipboard
export with \t instead of ","
Hello, Is it possible to export csv with \t instead of "," as field seperator. I tried configure csv but it throws error like "character"
Hi @sameer1750 thank you for your contribution. Could you share the full error message?
Try this solution: return (new FastExcel($rows))->configureCsv("\t", "'")->download('file.csv');