QuilhaSoft / JasperPHP

Pure PHP library to read JRXML files made in "JasperSoft Studio" and generate reports in PDF/XLS
https://jasperphp.net
MIT License
65 stars 25 forks source link

* accept array as data row and an Iterable object as dataset - Fix #96 #97

Closed allgood closed 1 year ago

allgood commented 1 year ago

With this patch the dbData can be an object with Iterable, Countable and ArrayAccess interfaces

The data rows will be accepted if it is an array.

Rctnet commented 1 year ago

Hi @allgood , about JasperPHP runing on PHP ^8, you have any progress? what your php actual version?

allgood commented 1 year ago

Hi, @Rctnet

I'm running it with php 8.2