Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.5k stars 221 forks source link

Class "OpenSpout\Writer\XLSX\Options" not found #1318

Closed adrianosdervis closed 9 months ago

adrianosdervis commented 10 months ago

Have you searched through other issues to see if your problem is already reported or has been fixed?

Yes, I did not find it.

Did you read the documentation?

Yes, I did not find it.

Have you tried to publish the views?

Yes - I didn't work.

Is there an error in the console?

No

PHP Version

8.2.0

PowerGrid

5.1

Laravel

10.39.0

Livewire

3.0

Alpine JS

3.13.3

Theme

Tailwind 3.x with tailwind/forms

Describe the bug.

Neither xlsx nor csv download works. I get "Class "OpenSpout\Writer\XLSX\Options" not found"

To Reproduce...

First click on "FOO" then....

Extra information

<?php
 //...
adrianosdervis commented 9 months ago

You have to install OpenSpout. I thought you get it right out of the box with PowerGrid.