CRM_Core_Report_Excel
class CRM_Core_Report_Excel
Class CRM_Core_Report_Excel
Methods
static mixed
makeCSVTable(array $header, array $rows, string $titleHeader = NULL, bool $print = TRUE, bool $outputHeader = TRUE)
Code copied from phpMyAdmin (v2.6.1-pl3) File: PHPMYADMIN/libraries/export/csv.php Function: PMA_exportData
writeHTMLFile(string $fileName, $header, $rows, null $titleHeader = NULL, bool $outputHeader = TRUE)
No description
static void
writeCSVFile(string $fileName, array $header, array $rows, string $titleHeader = NULL, bool $outputHeader = TRUE, bool $saveFile = NULL)
Write a CSV file to the browser output.
Details
at line 54
static mixed
makeCSVTable(array $header, array $rows, string $titleHeader = NULL, bool $print = TRUE, bool $outputHeader = TRUE)
Code copied from phpMyAdmin (v2.6.1-pl3) File: PHPMYADMIN/libraries/export/csv.php Function: PMA_exportData
Outputs a result set with a given header in the string buffer result
at line 162
writeHTMLFile(string $fileName, $header, $rows, null $titleHeader = NULL, bool $outputHeader = TRUE)
at line 209
static void
writeCSVFile(string $fileName, array $header, array $rows, string $titleHeader = NULL, bool $outputHeader = TRUE, bool $saveFile = NULL)
Write a CSV file to the browser output.