Commit 8ba04e65 authored by Liu lu's avatar Liu lu

Vtiful\Kernel\Excel 优化

parent 651eb6b8
...@@ -80,7 +80,7 @@ class KernelExcelExportService ...@@ -80,7 +80,7 @@ class KernelExcelExportService
$fileHandle = $this->fileObject->getHandle(); $fileHandle = $this->fileObject->getHandle();
$alignStyle = (new \Vtiful\Kernel\Format($fileHandle)) $alignStyle = (new \Vtiful\Kernel\Format($fileHandle))
->align( \Vtiful\Kernel\Format::FORMAT_ALIGN_CENTER) ->align( \Vtiful\Kernel\Format::FORMAT_ALIGN_JUSTIFY)
->align( \Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_CENTER) ->align( \Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_CENTER)
->toResource(); ->toResource();
......
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