Package | Description |
---|---|
com.aspose.cells.api |
Modifier and Type | Method and Description |
---|---|
ResponseMessage |
CellsApi.GetWorkBookWithFormat(String name,
String format,
String password,
Boolean isAutoFit,
String storage,
String folder,
String outPath)
GetWorkBookWithFormat
EExport workbook to some format.
|
ResponseMessage |
CellsApi.GetWorkSheet(String name,
String sheetName,
Integer verticalResolution,
Integer horizontalResolution,
String storage,
String folder)
GetWorkSheet
Read worksheet info or export.
|
ResponseMessage |
CellsApi.GetWorksheetAutoshapeWithFormat(String name,
String sheetName,
Integer autoshapeNumber,
String format,
String storage,
String folder)
GetWorksheetAutoshapeWithFormat
Get autoshape info in some format.
|
ResponseMessage |
CellsApi.GetWorksheetChartWithFormat(String name,
String sheetName,
Integer chartNumber,
String format,
String storage,
String folder)
GetWorksheetChartWithFormat
Get chart in some format.
|
ResponseMessage |
CellsApi.GetWorksheetOleObjectWithFormat(String name,
String sheetName,
Integer objectNumber,
String format,
String storage,
String folder)
GetWorksheetOleObjectWithFormat
Get OLE object info or get the OLE object in some format.
|
ResponseMessage |
CellsApi.GetWorksheetPictureWithFormat(String name,
String sheetName,
Integer pictureNumber,
String format,
String storage,
String folder)
GetWorksheetPictureWithFormat
GRead worksheet picture by number.
|
ResponseMessage |
CellsApi.GetWorkSheetWithFormat(String name,
String sheetName,
String format,
Integer verticalResolution,
Integer horizontalResolution,
String storage,
String folder)
GetWorkSheetWithFormat
Read worksheet info or export.
|
ResponseMessage |
CellsApi.PostWorkbookGetSmartMarkerResult(String name,
String xmlFile,
String storage,
String folder,
String outPath,
File file)
PostWorkbookGetSmartMarkerResult
Smart marker processing result.
|
ResponseMessage |
CellsApi.PutConvertWorkBook(String format,
String password,
String outPath,
File file,
Object data)
PutConvertWorkBook
Convert workbook from request content to some format.
|
Copyright © 2015. All rights reserved.