rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.09k stars 246 forks source link

openspout/openspout upgrade v3 to v4 #288

Closed hemant17 closed 1 year ago

hemant17 commented 2 years ago

As some packages like powergrid laravel use the latest verision of "openspout/openspout": "^4.6" and fast excel still use old and even I can't delete it fast-excel because it's come with NOVA itself and there any way to solve it?

dyaskur commented 1 year ago

I made the PR https://github.com/rap2hpoutre/fast-excel/pull/294 to do that

dyaskur commented 1 year ago

Since there are a lot of ignored Pull Requests, I am not expected my PR will be merged. So I created my own folk package:

If you interested to use Openspout v4 try this:

https://packagist.org/packages/halalsoft/fast-excel#v5.0.0

to install run this:


composer remove rap2hpoutre/fast-excel
composer require halalsoft/fast-excel

and also replace the name space import from use Rap2hpoutre\FastExcel\FastExcel; to use Halalsoft\FastExcel\FastExcel;

I will try adding more features to my package, since I also need that in my project.

vukhacbiet commented 1 year ago

294

Hi @dyaskur

Can I use columns width option in your folk with export function (OpenSpout v4 support columns width)

rap2hpoutre commented 1 year ago

Released in 5.0.0