PHPReport
PHPReport copied to clipboard
Library for generating reports from PHP
how display image from excel to html $logo='
when I render PDF i got the following error in the generated PDF file (when opening it with text editor) Fatal error: Uncaught exception 'PHPExcel_Writer_Exception' with message 'PDF Rendering library...
The PHPReport is useful for create a report from excel template, thank you vernes. I have a image in excel template (like a company logo) , how can I add...
I keep on getting this error when am trying to write to excel with large data. How can we solve this?
Hi Sir, I downloaded the code and used the examples that you provided, /examples/example_11.php but i changed the code on line 58 to echo $R->render('pdf'); to generate PDF the pdf...
Example 10, using the "group" option, with html output, does not show any evidence that group does anything. The code appears to create a block of values with header and...
Hi! I couldn't append any images in the template. Anybody knows how to do that?
Sometimes there's a extra width with too many table columns we need to specify the papersize property for the PDF output.
Hi! First of all thanks for making and publishing this project. I'm trying it and found difficult to make a template with grouping. Can you add an example ? Also...
i have try https://github.com/vernes/PHPReport/wiki/Examples-with-templates this ok, but how i can make multisheet in excel template? how i can manage array with one in multisheet...