Wiki source code of ExcelSheet
Show last authors
1 | The ExcelSheet is a readonly sheet returned by the getSheetByName and getSheetByPosition functions of ExcelReadonlyWorkbook |
2 | |
3 | == Functions == |
4 | === getNumberOfRows() === |
5 | Get the number of rows in the Sheet |
6 | |
7 | @return: |
8 | @since: 3.0.3 |
9 | === Rows() === |
10 | Get the number of rows in the Sheet |
11 | |
12 | @return: |
13 | @deprecated: |
14 | === getNumberOfColumns() === |
15 | Get the number of columns in the sheet |
16 | |
17 | @return: |
18 | @since: 3.0.3 |
19 | === Columns() === |
20 | Get the number of columns in the sheet |
21 | |
22 | @return: |
23 | @deprecated: |
24 | === Cell(col, row) === |
25 | Get an Excel Cell |
26 | * col |
27 | * row |
28 | |
29 | @return: An ExcelCell |