Commit 959f5cbd authored by Liu lu's avatar Liu lu

Vtiful\Kernel\Excel 优化

parent 433692fe
......@@ -92,7 +92,7 @@ class KernelExcelExportService
$style = $alignStyle->align( \Vtiful\Kernel\Format::FORMAT_ALIGN_CENTER)->toResource();
foreach ($definedWith as $columnTag=>$width){
$this->fileObject->setColumn(
$columnTag, $width, $style
$columnTag.':'.$columnTag, $width, $style
);
}
}
......
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