Text wrap
If the text inside the cell contains
\n
, the newline style will be processed.$format = new \Vtiful\Kernel\Format($fileHandle);
$wrapStyle = $format->wrap()->toResource();
Last modified 4yr ago