openpyxl.writer.write_only module¶
-
class
openpyxl.writer.write_only.WriteOnlyWorksheet(parent, title)[source]¶ Bases:
openpyxl.workbook.child._WorkbookChildStreaming worksheet. Optimised to reduce memory by writing rows just in time. Cells can be styled and have comments Styles for rows and columns must be applied before writing cells
-
filename¶
-
freeze_panes¶
-
mime_type= 'application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml'¶
-
print_area¶
-
print_title_cols¶
-
print_title_rows¶
-
writer= None¶
-
-
openpyxl.writer.write_only.isgenerator(obj)¶