Package | Description |
---|---|
com.keikai.client.api |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Worksheet> |
Workbook.loadWorksheet()
Returns the active worksheet from the remote server.
|
CompletableFuture<Worksheet> |
Range.loadWorksheet()
Returns the remote worksheet which holds this range.
|
CompletableFuture<Worksheet> |
Spreadsheet.loadWorksheet()
Returns the active worksheet from the remote server.
|
CompletableFuture<Worksheet> |
Workbook.loadWorksheet(int index)
Returns the worksheet by the given index from the remote server.
|
CompletableFuture<Worksheet> |
Spreadsheet.loadWorksheet(int index)
Returns the worksheet by the given index from the remote server.
|
CompletableFuture<Worksheet> |
Workbook.loadWorksheet(String name)
Returns the worksheet by the given name from the remote server.
|
CompletableFuture<Worksheet> |
Spreadsheet.loadWorksheet(String name)
Returns the worksheet by the given name from the remote server.
|
Copyright © 2017. All rights reserved.