Is there a way to "include" a excel table in the qmd file. #6373
anti-destiny
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
Hi @anti-destiny, thanks for your feature request. Support embedding spreadsheets is very challenge because of the many native spreadsheet features that users will expect to work out of the box, for example, cell style, variables, macros, ... Using Python, R, or another language is the best way to support the display of spreadsheets. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
While we can edit tables in Markdown, spreadsheet editors like Excel/WPS/LibreOffice usually provide more powerful features. So I think it would be better if Quarto can support embedding existing spreadsheet files into the document. For example, it could be like this:
or something like this:
{{< include _content.xlsx >}}
Currently, a workaround used by me is to write some Python code:
However, merged cells or borderlines are missed due to the format conversion in the above code. So I'm expecting an official implementation of this.
Will Quarto support such features in the future? Or does anyone has a better idea/workaround for this problem? Any advice is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions