Skip to content

Commit

Permalink
Minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Dec 11, 2024
1 parent f445fa4 commit 654a871
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/RenderingSpreadsheetsAsPDFTables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<img src="table-from-spreadsheet.png" style="max-width: 15rem">

All the details on tables and options to style them are detailed on the dedicated page: [Tables](Tables.md).

## From a .csv spreadsheet
Example input file: [color_srgb.csv](../tutorial/color_srgb.csv)
```python
Expand All @@ -19,3 +21,6 @@ Example input file: [color_srgb.ods](../tutorial/color_srgb.ods)
```python
{% include "../tutorial/ods2table.py" %}
```

## From pandas DataFrame
_cf._ [Maths documentation page](Maths.md#using-pandas)
6 changes: 4 additions & 2 deletions docs/Tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,11 @@ Result:

![](table_with_multiple_headings.png)

## Table from pandas DataFrame
## Table from pandas DataFrame or spreadsheet files
We have dedicated pages about those topics:

_cf._ [Maths documentation page](Maths.md#using-pandas)
* [Maths documentation page](Maths.md#using-pandas)
* [Rendering spreadsheets as PDF tables](RenderingSpreadsheetsAsPDFTables.md)

## Using write_html

Expand Down

0 comments on commit 654a871

Please sign in to comment.