Guang
Guang
* 你遇到了什么问题、建议: 一个rpc服务不需要参数时,不能在protobuf文件定义无参数,访问触发bug * 请执行下面的命令获取环境信息。 > `php -v & php --ri swoole & composer info | grep -a imi` ``` [1] 5047 [2] 5048 PHP 8.1.5 (cli) (built: May 13...
`$writer = new XLSXWriter(); $colOptions = [ 'font'=>'Arial', 'font-size'=>15, 'font-style'=>'bold', 'halign'=>'center', 'valign'=>'center', ]; $colOptions_1 = [ 'font'=>'Arial', 'font-size'=>13, 'font-style'=>'bold', 'halign'=>'center', 'valign'=>'center', 'border'=>'left,right,top,bottom', 'border-style'=>'thin', 'fill'=>'#d9e1f2', 'string_format'=>'@' ]; $writer->writeSheetHeader('Sheet1', ['xxx'=>'string'],$colOptions); $writer->markMergedCell('Sheet1', 0,0,0,9);...