Creating a new PHPExcel Object.
$this->PHPExcel = new PHPExcel();
Creating a new sheet:
/** | |
* get_childs function | |
* 無限層分類,包裹 HTML ul li 的架構 | |
* | |
* @param array $items | |
* @param int $parent_id | |
* @return string | |
* | |
* @author VECTOR Ann <[email protected]> | |
* @link https://vector.cool |
<?php | |
/** | |
* 樹狀結構 class | |
* | |
* @author VECTOR Ann <[email protected]> | |
* @link https://vector.cool | |
* @version 1.0.0 | |
*/ | |
$v_tree_demo = [ |
<?php | |
uniqid() | |
54e6d1765a02a | |
uniqid('img_') | |
img_54e6d1765a0ec | |
uniqid('', true) | |
54e6d1765a1044.98757507 |
<?php | |
/*** PHPExcel Object ***/ | |
/* Get the default Style object */ | |
(PHPExcel_Style) $style = ((PHPExcel) $excel)->getDefaultStyle() | |
/*** PHPExcel_Cell Object ***/ | |
/* Get the Style object for a Cell */ |
/** | |
* | |
*/ | |
(function ($) { | |
PluginName = function () { | |
this.init.apply(this, arguments); | |
}; | |