jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.72k stars 824 forks source link

Markdown support #1631

Open jcdpineda opened 1 year ago

jcdpineda commented 1 year ago

Our team is using markdown for product documentation (mdBook, to be exact), and I find it annoying (as a reader) when I have to jump to a lot of Google spreadsheets while reading documentation.

I think the jspreadsheet can easily solve this problem, but there seems to be no support for Markdown.

Would be nice if there is a way to integrate jspreadsheet with Markdown

hodeware commented 1 year ago

Can you explain better your suggestion? As much details as possible. Thanks

jcdpineda commented 1 year ago

I'd like to be able to embed an Excel-like Spreadsheet Table in my markdown-based documentation, similar to below

https://www.programmingwithr.com/how-to-embed-excel-like-spreadsheet-table-in-rmarkdown/

As you can see from the example above, editable data tables are embedded in an RMarkdown file. Was wondering if this could be done for normal markdown files