Replies: 3 comments
-
Welcome @salestial. Because of the workflow used by Quarto to convert the Jupyter Notebook to HTML, I have built my CSV or Microsoft Excel files using Python, saved somewhere in the project (let's say
Microsoft Excel is a more complex file than CSV and you might need to use a JavaScript library for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Festive greetings to all!
I have got a number of charts in my JupyterLab quarto document and would like to add a button for downloading the data behind the charts in Excel/XLSX (the data are substantial and need multiple worksheets). I have found ObservableJS code for adding a download button to save CSV formats (e.g. below) but nothing for saving to Excel. Could someone assist please? Consider me a JavaScript novice.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions