sonali-webmavens / abhinendra

0 stars 0 forks source link

Laravel export #13

Open sonali-webmavens opened 3 weeks ago

sonali-webmavens commented 3 weeks ago

Please use the below package to export the Laravel Excel. https://docs.laravel-excel.com/3.1/getting-started/

  1. Create a Company table. (No need to create whole crud functionality)
  2. Give two export buttons on the table.
  3. I want files in different formats like:- Excel, CSV
  4. Company table fields:
  5. name, address, contact_no
  6. File name should be company_{{datetime}}
  7. CSV format file should be with pipeline data.

https://github.com/sonali-webmavens/intern/assets/45750186/78464918-f3d4-4056-9acf-e9e2239b502f

abhinendra-webmavens commented 2 weeks ago

above changes done needs checking.