Skip to content
Snippets Groups Projects
Commit b0d708d1 authored by bgm's avatar bgm
Browse files

Increase the number of columns up to 'Mx'.. some people really have huge reports

parent f076066d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class CRM_CiviExportExcel_Utils_Report extends CRM_Core_Page {
$csv = '';
// Generate an array with { 0=>A, 1=>B, 2=>C, ... }
$foo = array(0 => '', 1 => 'A', 2 => 'B', 3 => 'C', 4 => 'D', 5 => 'E');
$foo = array(0 => '', 1 => 'A', 2 => 'B', 3 => 'C', 4 => 'D', 5 => 'E', 6 => 'F', 7 => 'G', 8 => 'H', 9 => 'I', 10 => 'J', 11 => 'K', 12 => 'L', 13 => 'M');
$a = ord('A');
$cells = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment