Package | Description |
---|---|
com.aspose.cells.api |
Modifier and Type | Method and Description |
---|---|
CellResponse |
CellsApi.GetWorksheetCell(String name,
String sheetName,
String cellOrMethodName,
String storage,
String folder)
GetWorksheetCell
Read cell data by cell's name.
|
CellResponse |
CellsApi.PostSetCellHtmlString(String name,
String sheetName,
String cellName,
String storage,
String folder,
File file)
PostSetCellHtmlString
Set htmlstring value into cell
|
CellResponse |
CellsApi.PostWorksheetCellSetValue(String name,
String sheetName,
String cellName,
String value,
String type,
String formula,
String storage,
String folder)
PostWorksheetCellSetValue
Set cell value.
|
Copyright © 2015. All rights reserved.