Replies: 2 comments 1 reply
-
You need to figure out the OpenXML code to do that. Then you can inject it using raw code block. https://quarto.org/docs/authoring/markdown-basics.html#raw-content |
Beta Was this translation helpful? Give feedback.
0 replies
-
Mmmh I can only find guide requiring going trough a C# API. Not sure this is the right path. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Description
I am not entirely sure this is generally a good idea. But people around me are used to add an xlsx file within a word document when the tables get too big, sometimes the xlsx has multiple sheets. So here I am: say you are using quarto trough a Jupyter notebook in vscode. Would there be a way to create an xlsx from a pandas dataframe and link it as an object in the word document ?
Beta Was this translation helpful? Give feedback.
All reactions