Package | Description |
---|---|
com.keikai.client.api | |
com.keikai.client.api.event |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Worksheet> |
Workbook.deleteActiveWorksheet()
Deletes the active worksheet
|
CompletableFuture<Worksheet> |
Spreadsheet.deleteActiveWorksheet()
Deletes the active worksheet
|
CompletableFuture<Worksheet> |
Workbook.deleteWorksheet()
Deletes the current worksheet
|
CompletableFuture<Worksheet> |
Spreadsheet.deleteWorksheet()
Deletes the current worksheet
|
CompletableFuture<Worksheet> |
Workbook.deleteWorksheet(int index)
Deletes the worksheet in the current workbook at the given index
|
CompletableFuture<Worksheet> |
Spreadsheet.deleteWorksheet(int index)
Deletes the worksheet in the current workbook at the given index
|
CompletableFuture<Worksheet> |
Workbook.deleteWorksheet(String name)
Deletes the worksheet with the given name
|
CompletableFuture<Worksheet> |
Spreadsheet.deleteWorksheet(String name)
Deletes the worksheet with the given name
|
CompletableFuture<Worksheet> |
Workbook.insertWorksheet()
Inserts a new sheet in the workbook, with a default name.
|
CompletableFuture<Worksheet> |
Spreadsheet.insertWorksheet()
Inserts a new sheet before the active sheet in the current workbook,
with a default name.
|
CompletableFuture<Worksheet> |
Workbook.insertWorksheet(int index)
Inserts a new sheet in the workbook at the given index, with a default name.
|
CompletableFuture<Worksheet> |
Spreadsheet.insertWorksheet(int index)
Inserts a new sheet before the active sheet
in the current workbook at the given index, with a default name.
|
CompletableFuture<Worksheet> |
Workbook.insertWorksheet(String name)
Inserts a new sheet in the workbook, with a given name.
|
CompletableFuture<Worksheet> |
Spreadsheet.insertWorksheet(String name)
Inserts a new sheet before the active sheet in the current workbook, with a given name.
|
CompletableFuture<Worksheet> |
Spreadsheet.loadActiveWorksheet()
Returns the active worksheet from the UI client.
|
CompletableFuture<Worksheet> |
Workbook.loadWorksheet()
Returns the current worksheet from the remote server.
|
CompletableFuture<Worksheet> |
Range.loadWorksheet()
Returns the remote worksheet which holds this range.
|
CompletableFuture<Worksheet> |
Spreadsheet.loadWorksheet()
Returns the current 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.
|
CompletableFuture<Worksheet> |
Workbook.setActiveWorksheet(int index)
Makes the active worksheet from the given index in the current workbook.
|
CompletableFuture<Worksheet> |
Spreadsheet.setActiveWorksheet(int index)
Makes the active worksheet from the given index in the current workbook.
|
CompletableFuture<Worksheet> |
Workbook.setActiveWorksheet(String name)
Makes the active worksheet from the given name.
|
CompletableFuture<Worksheet> |
Spreadsheet.setActiveWorksheet(String name)
Makes the active worksheet from the given name.
|
Modifier and Type | Method and Description |
---|---|
Worksheet |
SheetEvent.getWorksheet()
Returns the worksheet that belongs to this event
|
Copyright © 2017. All rights reserved.