public class Keikai extends Object
Spreadsheet
.Constructor and Description |
---|
Keikai() |
Modifier and Type | Method and Description |
---|---|
static Spreadsheet |
newClient(String address)
Creates a spreadsheet client from the given address
|
static Spreadsheet |
newClient(String address,
Settings settings)
Creates a spreadsheet client from the given address and settings.
|
static Spreadsheet |
newClient(String address,
String appId)
Creates a spreadsheet client from the given address and app id.
|
static Spreadsheet |
newClient(String address,
String appId,
Settings settings)
Create a spreadshhet client from the given address, app id, and settings.
|
public static Spreadsheet newClient(String address)
address
- public static Spreadsheet newClient(String address, Settings settings)
address
- settings
- public static Spreadsheet newClient(String address, String appId)
address
- appId
- public static Spreadsheet newClient(String address, String appId, Settings settings)
address
- appId
- settings
- Copyright © 2017. All rights reserved.