Excel sheet using pear
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.
精彩评论