Tried to attach code related here, but cannot, because each time i get Access denied error. Attaching php extension is impossible here so i tried attach txt file with php code - Submit button becoming disabled...
I just made file in components/com_eventbooking/helper/override/data.php, made
class EventbookingHelperOverrideData extends EventbookingHelperData
, copied method
excelExport public static function excelExport($fields, $rows, $filename, $headers = array())
, added
; line at the beginning of method, but file keep exporting. When I use
on original method excelExport blank page appears.