Sizing
Omittingend_row or end_col, or passing 0, lets Jetxl work the bound out from the DataFrame. A negative number does the same thing.
end_row omitted
end_row omitted
Becomes
start_row plus the number of data rows.end_col omitted
end_col omitted
Becomes
start_col plus the column count, minus one.Mixing
Mixing
Each is independent. A fixed
end_row with end_col left out pins the height and lets the width follow the data.Fields
str
required
Unique identifier. Formulas reference the table by this name.
int
required
1-based first row, normally the header.
int
required
0-based first column.
int
Optional. Omit it or pass
0 to size from the data.int
Optional. Omit it or pass
0 to size from the data.str
Friendlier label shown in Excel’s table tools.
str
A built-in Excel table style name.
bool
default:"False"
Bolds the first column.
bool
default:"False"
Bolds the last column.
bool
default:"True"
Alternating row shading.
bool
default:"False"
Alternating column shading.
bool
default:"True"
Header row with filter dropdowns.
bool
default:"False"
Adds a totals row at the bottom.
list[str]
Override the detected column names.