Package | Description |
---|---|
com.keikai.client.api |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Workbook> |
Spreadsheet.imports(String bookName,
File file)
Imports the given workbook to the current spreadsheet.
|
CompletableFuture<Workbook> |
Spreadsheet.imports(String bookName,
InputStream is)
Imports the given workbook to the current spreadsheet.
|
CompletableFuture<Workbook> |
Spreadsheet.imports(String bookName,
URL url)
Imports the given workbook to the current spreadsheet.
|
CompletableFuture<Workbook> |
Worksheet.loadWorkbook()
Returns the remote workbook which holds this worksheet.
|
CompletableFuture<Workbook> |
Spreadsheet.loadWorkbook()
Returns the active workbook from the remote server.
|
CompletableFuture<Workbook> |
Range.loadWorkbook()
Returns the remote workbook which holds this range.
|
CompletableFuture<Workbook> |
Spreadsheet.loadWorkbook(String name)
Returns the workbook by the given name from the remote server.
|
Copyright © 2017. All rights reserved.