Page 1 of 1
export report in excel
Posted: Wed May 23, 2018 7:54 am
by ajay
Is there any way in nuBuilder to export report data to excel format?
Re: export report in excel
Posted: Wed May 23, 2018 8:02 am
by toms
I don't think so, at least not with the reporting library that is included in nuBuilder.
You would have to use another engine like PHPReport.
https://github.com/vernes/PHPReport
Features
Simple for using
Many ways to customize your input data
Build reports based on predefined templates
Export to HTML, Excel (xlsx and xls) and PDF
Re: export report in excel
Posted: Wed May 23, 2018 8:47 am
by admin
ajay,
The Print Button on a Browse Form will create an exact HTML page of the Browse Form that can be cut and pasted into Excel - including current sort and filters.
https://wiki.nubuilder.cloud/ ... tion#Print
Steven