ExcelFrame¶
display ¶
display(
dfs: Sequence[tuple[ExcelFrame, tuple[int, int]]], sheet_styler: SheetStyler
)
Display the ExcelFrames to excelify-viewer. This function must be called at the end of the script to display the tables.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
dfs
|
Sequence[tuple[ExcelFrame, tuple[int, int]]]
|
Sequence of ExcelFrames and its starting positions, zero-indexed. |
required |
sheet_styler
|
SheetStyler
|
Sheet Styler. Used to modify sheet-wide formatting. |
required |
Returns:
| Type | Description |
|---|---|
|
None |