0

I'm developing a site where user asked me to create a application using laravel crud but he asked me to send data directly to excel sheet without database.

2
  • You can use any widget that allows you to add, edit and delete in excel. Commented Oct 27, 2019 at 6:56
  • I don't if that possible right now, but in my point of view, you should use a database, and create a job that will export and import data from the database to an excel sheet. Commented Oct 27, 2019 at 7:20

1 Answer 1

0

You can open CSVs in Excel so if you simply create a CSV file (on the server?) or wherever you want it - the client can open that in excel and treat it as a normal spreadsheet. Here's an example about how to create and store the file.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.