@@ -34,6 +34,11 @@ discard block |
||
34 | 34 | return $this; |
35 | 35 | } |
36 | 36 | |
37 | + /** |
|
38 | + * @param integer $columnsCount |
|
39 | + * @param integer $localesCount |
|
40 | + * @param integer $headerRowsCount |
|
41 | + */ |
|
37 | 42 | public static function emptySheet($columnsCount, $localesCount, $headerRowsCount) |
38 | 43 | { |
39 | 44 | $instance = new self; |
@@ -46,6 +51,12 @@ discard block |
||
46 | 51 | return $instance; |
47 | 52 | } |
48 | 53 | |
54 | + /** |
|
55 | + * @param integer $dataRowsCount |
|
56 | + * @param integer $columnsCount |
|
57 | + * @param integer $localesCount |
|
58 | + * @param integer $headerRowsCount |
|
59 | + */ |
|
49 | 60 | public static function sheetWithData($dataRowsCount, $columnsCount, $localesCount, $headerRowsCount) |
50 | 61 | { |
51 | 62 | $instance = new self; |