Gabriel Díaz - Chirón Muñoz
Results
2
comments of
Gabriel Díaz - Chirón Muñoz
Hi!! Ia have use cursor to generate 1millon of rows and run perfect. I have this code: `foreach($data->cursor() as $lead) { yield $lead->setAppends([]); }` $data is a builder or 1millon...
Hi @rap2hpoutre sorry for answering so late. When i use this command in terminal: file -I terminal prompt this: text/plain; charset=utf-8 the code is this: `return (new FastExcel($rows))->configureCsv('|', '"', 'Windows-1252')->download('file.csv');`