Skip to content

Contributing

Chris edited this page Feb 12, 2019 · 6 revisions

Export Sheet Data is always improving and adding features as they become needed.

Writing Code

Before writing your own code, be sure to examine the Project Sctructure wiki page as well as examining the existing codebase.

Code for ESD is split between Google Apps Script (mostly the Spreadsheet API) and HTML/JavaScript. Apps script drives the back end where data is formatted and exported, while JavaScript is used for the user facing sidebar.

Adding Features

If you think of a feature that is not currently supported, or if you encounter a bug, feel free to add an issue to the issues page.

When adding an issue for formatting, please note which export format is affected by placing either (JSON) or (XML) at the start of the issue title.

Fixing Bugs

Bugs flagged on the issues page will usually be given priority. However, if you find and fix a bug yourself, you can send in a pull request to get your changes merged in.

Clone this wiki locally