开发者

Excel sheet using pear

开发者 https://www.devze.com 2023-01-31 07:37 出处:网络
I am Generating excel sheet using pear in PHP.My question is how can i set uniform height for my All rows in my worksheet...??Any idea.

I am Generating excel sheet using pear in PHP.My question is how can i set uniform height for my All rows in my worksheet...??Any idea.

Thanks in Advance.....开发者_如何学C


Try [using][1] Worksheet::setRow

http://pear.php.net/manual/en/package.fileformats.spreadsheet-excel-writer.php

[1]:


Have you tried using the setRow method for the worksheet object? You can set the height of the row using that method.

0

精彩评论

暂无评论...
验证码 换一张
取 消