I'm trying to setup server side export and I havo trouble with XLSX and CSV export. Response I get &DOMId=&height=0&width=0&fileName=&statusMessage= Export Resource not found.&statusCode=0.
FCExport requires IMAGE-DATA2XLSX file. How can i fix this problem?
$dataSource['chart']['exportHandler'] = ChartsHostUrl . 'ExportHandlers/PHP/3.15.1/ServerFCExporter.php';
Your demo doesn't include private handler.
Complete list of parameters:
$dataSource['chart']['exportHandler'] = ChartsHostUrl . 'ExportHandlers/PHP/3.15.1/ServerFCExporter.php';
$dataSource['chart']['exportEnabled'] = '1';
$dataSource['chart']['exportAtClient'] = '1';
$dataSource['chart']['exportTargetWindow'] = '_blank';
$dataSource['chart']['exportMode'] = 'client';
$dataSource['chart']['exportAction'] = 'save';
All image export and PDF works, but CSV and EXCEL fails because of required stream type IMAGE-DATA