https://github.com/motetpaper/marta-duo
Markdown Table Exporter Google Sheets Add-on
https://github.com/motetpaper/marta-duo
google-sheets google-sheets-addon markdown-table markdown-tables
Last synced: about 2 months ago
JSON representation
Markdown Table Exporter Google Sheets Add-on
- Host: GitHub
- URL: https://github.com/motetpaper/marta-duo
- Owner: motetpaper
- License: mit
- Created: 2025-01-25T03:58:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T04:17:46.000Z (3 months ago)
- Last Synced: 2025-01-25T04:23:59.854Z (3 months ago)
- Topics: google-sheets, google-sheets-addon, markdown-table, markdown-tables
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marta-duo is a Google Sheets editor add-on that exports Markdown tables
There are two files in this duo:
* `Code.gs`: provides the server-side logic, building a Marta object
* `Sidebar.html`: provides the client-side processing and download of the markdown text fileThe purpose of this Google Sheet Add-on is performance and simplicity.
Unlike many other Markdown table exporters for Google Sheets,
marta-duo will not timeout for very large tables.To this point, the first test spreadsheet ([test1.xlsx][testsheets]) has six (6) columns
and one-thousand (1000) rows.While it may take a while on some machines, the entire markdown table does indeed export (on tested machines).
Performance metrics and unit tests follow.
[testsheets]: https://github.com/motetpaper/marta-duo/tree/main/tests/test-sheets