This library allows a developer to integrate his code with the SpreadSheetSpace functionalities. It allows you to create and update SpreadSheetSpace Views. See the documentation of "SpreadSheetSpace" for more details on site "https://www.spreadsheetspace.net/".
Constructor of SpreadSheetSpace Sdk. Call it for initialize the sdk. You can verify the result in the State of Sdk. See the documentation of "State" for more details.
...or alternatively...
Create a SpreadSheetSpace View and send it to a specific set of recipients.
Return a descriptor of the created View. See the documentation of "ViewDescriptor" for more details.
Update the data and the template of an existing SpreadSheetSpace View. See the documentation of "createPrivateView" to know how to create a View.
Return a descriptor of the updated View. See the documentation of "ViewDescriptor" for more details.
Delete an owned view on SpreadSheetSpace.
Return a descriptor of the deleted View. See the documentation of "DeleteViewDescriptor" for more details.
Delete owned views on SpreadSheetSpace.
Return a descriptor of the deleted View. See the documentation of "DeleteViewDescriptor" for more details.
Retrieve my addressbook list.
Return a descriptor of Addressbook list. See the documentation of "AddressbookDescriptor" for more details.
Retrieve my owned views list.
Return a descriptor of UserView list. See the documentation of "ListViewDescriptor" for more details.
Retrieve my inbox views list.
Return a descriptor of UserView list. See the documentation of "ListViewDescriptor" for more details.
Add recipient(s) to existing view.
Return a descriptor of addRecipients. See the documentation of "ChangeRecipientDescriptor" for more details.
Remove recipient(s) to existing view.
Return a descriptor of removeRecipients. See the documentation of "ChangeRecipientDescriptor" for more details.
Generate your personal public and private keys.
Return a descriptor of your keys. See the documentation of "GenerateKeyDescriptor" for more details.
Retrieve values from view.
Return a descriptor of view's values. See the documentation of "ValuesViewDescriptor" for more details.
Getter of State of SpreadSheetSpace Sdk. See the documentation of "SdkStatus" for more details.
Response object for create/update user request
This string represents the username of the request user.
This integer represents the response code for the action.
This string represents a message associated to the StatusCode.
Response object for create/update/publish View
Constructor of SpreadSheetSpace ViewDescriptor to use for updating of a view.
This string represents the identifier of the View.
This string represents the server address where the View is stored.
This integer represents the response code for the action that was performed on the current View.
This string represents a message associated to the StatusCode.
This long represents a sequence number that must be send to the next update of the current View.
Response object for GenerateKey
Constructor of SpreadSheetSpace GenerateKey.
This string represents the public key.
This string represents the private key.
This integer represents the response code for the GenerateKey action.
This string represents a message associated to the StatusCode.
Response object for getValuesView
Constructor of SpreadSheetSpace getValuesView.
This matrix represents view's values.
This integer represents the response code for the getValuesView action.
This string represents a message associated to the StatusCode.
Response object for Add/Remove recipient request
Constructor of SpreadSheetSpace ChangeRecipientDescriptor.
This string represents the identifier of the View.
This string represents the server address where the View is stored.
This integer represents the response code for the action.
This list represents a message associated to the StatusCode.
Response object for delete view request
Constructor of SpreadSheetSpace DeleteViewtDescriptor.
This integer represents the response code for the action.
This list represents a message associated to the StatusCode.
Response object for getOwnedView and getInboxView
Constructor of SpreadSheetSpace ListViewDescriptor.
This list represents the owned views.
This integer represents the response code for the action that was performed on the current View.
This string represents a message associated to the StatusCode.
Response object for Addressbook request
Constructor of SpreadSheetSpace AddressbookDescriptor.
This list represents the addresbook.
This integer represents the response code for the action.
This string represents a message associated to the StatusCode.
This object rappresent the current state of SpreadSheetSpace Sdk. You can know the state of the SpreadSheetSpace Sdk at any time by reading this object.
Get the code of the SpreadSheetSpace Sdk state.
Get a description of the SpreadSheetSpace Sdk state.
Standard information for SpreadSheetSpace contact.
Constructor of Contact.
Firstname of contact.
Lastname of contact.
Mail of contact.
Standard information for SpreadSheetSpace UserView.
Constructor of SpreadSheetSpace UserView.
This string represents the identifier of the View.
This string represents the server address of the View.
This string represents the owner's mail of the View.
This string represents the description of the View.
This list represents the recipients of view.