Skip to content

The Ballerina connector to perform operations on Excel workbooks stored in Microsoft OneDrive.

License

Notifications You must be signed in to change notification settings

ballerina-platform/module-ballerinax-microsoft.excel

Repository files navigation

Ballerina Microsoft Excel Connector

Build Status GitHub Last Commit License

Microsoft Excel is a spreadsheet application developed by Microsoft in Microsoft Office 365.

This connector provides operations for connecting and interacting with Microsoft Graph API Excel endpoints over the network.
For more information about configuration and operations, go to the module.

  • microsoft.excel - Perform CRUD operations in Microsoft Excel worksheet table, and chart.

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 JDK.

    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 Beta3.

Building the source

Execute the commands below to build from the source after installing Ballerina SL Beta2 version.

  1. To build the package:
    bal build -c ./excel
    
  2. To build the package without tests:
    bal build -c --skip-tests ./excel
    

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 contributors are encouraged to read the Ballerina Code of Conduct.

Useful links