public static class CustomCellService.CellRange extends Object
| 构造器和说明 |
|---|
CellRange()
默认构造函数
|
CellRange(String sheetId,
String startPosition,
String endPosition)
构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CustomCellService.CellRange |
fromRange(String range)
从范围字符串解析
|
String |
getEndPosition() |
String |
getRange()
获取单元格范围
|
String |
getSheetId() |
String |
getStartPosition() |
void |
setEndPosition(String endPosition) |
void |
setSheetId(String sheetId) |
void |
setStartPosition(String startPosition) |
public String getRange()
public static CustomCellService.CellRange fromRange(String range)
range - 单元格范围,格式为 public String getSheetId()
public void setSheetId(String sheetId)
public String getStartPosition()
public void setStartPosition(String startPosition)
public String getEndPosition()
public void setEndPosition(String endPosition)
Copyright © 2025. All rights reserved.