write_sheet_arrow_to_bytes
write_sheet_arrow except that it takes no filename and returns the workbook.
Any
required
Arrow table or DataFrame conversion.
sheet_name, styled_headers, freeze_rows, freeze_cols, auto_width, auto_filter, write_header_row, column_widths, column_formats, merge_cells, data_validations, hyperlinks, row_heights, cell_styles, formulas, conditional_formats, tables, charts, images, gridlines_visible, zoom_scale, tab_color, default_row_height, hidden_columns, hidden_rows, right_to_left, data_start_row, and header_content.
Returns
bytes, the complete .xlsx file.
write_sheets_arrow_to_bytes
list[dict]
required
The same sheet dictionaries as
write_sheets_arrow.int
default:"1"
Defaults to
1 here, unlike the file-writing variant where it’s required.Returns
bytes.