优化 excel
This commit is contained in:
@@ -52,6 +52,19 @@ trait MacroExcel
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* before
|
||||
*
|
||||
* @time 2020年05月25日
|
||||
* @return void
|
||||
*/
|
||||
protected function before()
|
||||
{
|
||||
if (method_exists($this->excel, 'before')) {
|
||||
$this->excel->before();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置 column 信息 ['A', 'B', 'C' ...]
|
||||
*
|
||||
|
Reference in New Issue
Block a user