文本换行
如果单元格内文本包含 \n
,将处理换行样式。
$format = new \Vtiful\Kernel\Format($fileHandle);
$wrapStyle = $format->wrap()->toResource();
Last updated
Was this helpful?
如果单元格内文本包含 \n
,将处理换行样式。
$format = new \Vtiful\Kernel\Format($fileHandle);
$wrapStyle = $format->wrap()->toResource();
Last updated
Was this helpful?