Skip to main content
Presentation settings that apply to the whole sheet rather than any particular cell.

Gridlines and zoom

bool
default:"True"
Hiding gridlines is the single biggest visual difference between a data dump and a designed report.
int
Opening zoom, 10 to 400.

Tab colors

str
Hex color on the sheet tab.
In a multi-sheet workbook, color by role rather than decoratively. Inputs one color, outputs another. It makes a twelve-tab workbook navigable.

Hiding rows and columns

list[int]
0-based column indices.
list[int]
Row indices.
Hidden isn’t removed. The values stay in the file and any recipient can unhide them in two clicks. Never hide data you wouldn’t be willing to send. Drop the column from the DataFrame instead.

Right-to-left

bool
default:"False"
Flows the sheet from right to left, for Arabic, Hebrew, Persian and similar.
This affects layout direction only. Column A moves to the right edge, and Excel renders the text itself according to its own content.

A composed look