1

I'm using maatwebsite/laravel-excel for excel import and export in my whole project but my current version of this package is 3.1. I need to edit the excel file this could be done by

Excel::load('file.csv', function($file) {

    // modify stuff

})->export('xlsx');

but this is only supported in version 2.1 and this is removed in 3.1 need to urgently do that how can i do that anyone have idea than please suggest me.

1 Answer 1

1

You may do this by using the make:export command. see the quick start https://docs.laravel-excel.com/3.1/exports/

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

1 Comment

that's right but i have excel file in public folder and want to edit my excel file and then store it with same validation like old

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.