openCellRC

打开指定的单元格,并返回 ExcelCellWriter 对象。

注意:在Excel2003及之前的版本里,最大行数限制为65536,最大列数限制为256。在传入行列号参数时注意不要超出最大行列数限制。

语法:

public ExcelCellWriter openCellRC(int row,
                       int col)
                throws java.lang.Exception

参数:

row- 行号。从"1"开始。

col - 列号。从"1"开始。

返回:

返回 ExcelCellWriter 对象。

抛出:

java.lang.Exception

results matching ""

    No results matching ""