Report Builder on .xls ?
3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: September 28, 2012 (RSS)
Re: [Djulia] Report Builder on .xls ?
Hi,
It is possible to use the CSVEXPORT_FOR_EXCEL feature. You will need to uncomment line 271 and 303 to 305 in reportBuilder.php. Then you will need to set $GLOBALS['CSVEXPORT_FOR_EXCEL'] as true at the top of the file. If your also using the CSV Export plugin you need to make sure that CSVEXPORT_FOR_EXCEL is set to true in this add-on as well.
This feature is experimental and yet to be properly tested, so there is a small chance you might experience problems with it. Because of this we don't offer full support for the feature at the moment.
Thanks!
It is possible to use the CSVEXPORT_FOR_EXCEL feature. You will need to uncomment line 271 and 303 to 305 in reportBuilder.php. Then you will need to set $GLOBALS['CSVEXPORT_FOR_EXCEL'] as true at the top of the file. If your also using the CSV Export plugin you need to make sure that CSVEXPORT_FOR_EXCEL is set to true in this add-on as well.
This feature is experimental and yet to be properly tested, so there is a small chance you might experience problems with it. Because of this we don't offer full support for the feature at the moment.
Thanks!
Greg Thomas
PHP Programmer - interactivetools.com
PHP Programmer - interactivetools.com
Re: [greg] Report Builder on .xls ?
By Djulia - September 28, 2012
Hi,
That functions correctly!
Thanks!
Djulia
That functions correctly!
Thanks!
Djulia