Skip to content

Commit ba53f27

Browse files
convert excel
1 parent 20f4de7 commit ba53f27

8 files changed

Lines changed: 486 additions & 0 deletions

File tree

50.2 KB
Loading
5.67 KB
Binary file not shown.
156 KB
Loading
50.2 KB
Loading
913 KB
Loading

docs/examples/convert-excel-app.md

Lines changed: 483 additions & 0 deletions
Large diffs are not rendered by default.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ nav:
108108
- examples/index.md
109109
- Plot from Picture: examples/generate-plot-from-picture.md
110110
- Dashboard from Picture: examples/generate-dashboard-from-picture.md
111+
- Convert Excel Sheet: examples/convert-excel-app.md
111112
- Convert Streamlit App: examples/convert-streamlit-app.md
112113
- How-To Guides:
113114
- Installation:

src/holoviz_mcp/config/resources/skills/panel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,8 @@ def kpi_value(self):
519519
### Tabulator
520520

521521
- DO set `Tabulator.disabled=True` unless you would like the user to be able to edit the table.
522+
- DO prefer [Tabulator Formatters](https://tabulator.info/docs/6.3/format) over Bokeh formatters and Pandas Styling.
523+
- DO prefer [Tabulator Editors](https://tabulator.info/docs/6.3/edit) over Bokeh Editor types
522524

523525
### Markdown
524526

0 commit comments

Comments
 (0)