You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] a bug report
- [x] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
Same as #580, with an use case.
Get Style as array, for unit testing.
Tests can be very simple with a PhpOffice\PhpSpreadsheet\Style::toArray() method
Maybe a method getAsArray(string $styleType) where styleType can be bordersfill ...
Thanks
The text was updated successfully, but these errors were encountered:
This is:
Same as #580, with an use case.
Get Style as array, for unit testing.
Tests can be very simple with a
PhpOffice\PhpSpreadsheet\Style::toArray()
methodMaybe a method
getAsArray(string $styleType)
where styleType can beborders
fill
...Thanks
The text was updated successfully, but these errors were encountered: