Skip to content

ballerina-platform/module-ballerinax-googleapis.sheets

 
 

Repository files navigation

Ballerina Google Sheets Connector

Build Status Build GitHub Last Commit License

Google Sheets is an online spreadsheet that allows you to create and format spreadsheets. It facilitates multiple users to work on the same spreadsheets simultaneously. It allows you to manage spreadsheets, manage worksheets, read, write, update, and clear data from worksheets. The API also allows you to perform column-wise, row-wise, and cell-wise operations.

The Google Sheets Ballerina connector exposes the Google Sheets API v4 through Ballerina. The connector makes it convenient to implement some of the most common use cases of Google Spreadsheets. With this connector, you can programmatically manage spreadsheets, manage worksheets, perform CRUD operations on worksheets, and perform column-level, row-level, and cell-level operations.

The Google Sheets Ballerina listener allows you to listen to Google Sheets events. It listens to events triggered when a spreadsheet is edited. For example, when a row is appended, when a row is updated, etc.

For more information, go to the module(s).

Building from the source

Setting up the prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle.

    Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  2. Download and install Ballerina Swan Lake Beta4.

Building the source

Execute the commands below to build from the source.

  • To build the package:
    bal pack
  • To test the package:
    bal test

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, go to the contribution guidelines.

Code of conduct

All the contributors are encouraged to read the Ballerina Code of Conduct.

Useful links

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors