@@ -358,6 +358,11 @@ |
||
| 358 | 358 | $this->getFont($col, $row, $sheetNo)->setSize($size); |
| 359 | 359 | } |
| 360 | 360 | |
| 361 | + /** |
|
| 362 | + * @param integer $col |
|
| 363 | + * @param integer $row |
|
| 364 | + * @param integer $sheetNo |
|
| 365 | + */ |
|
| 361 | 366 | private function getFont($col, $row, $sheetNo) |
| 362 | 367 | { |
| 363 | 368 | $cellInfo = $this->cellInfo($col, $row); |