Commit 6add01f5 authored by hujun's avatar hujun

die

parent cd0a22d1
......@@ -44,6 +44,6 @@ class ExportExcelUntil
$class_xls->writeSheet([] , 'Sheet3');
$class_xls->markMergedCell('Sheet1', $start_row = 0, $start_col = 0, $end_row = 0, $end_col = $field_num);
$class_xls->writeToStdOut();
return ;
die;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment