openpyxl.writer.workbook module

openpyxl.writer.workbook.get_active_sheet(wb)[source]

Return the index of the active sheet. If the sheet set to active is hidden return the next visible sheet or None

openpyxl.writer.workbook.write_root_rels(workbook)[source]

Write the relationships xml.

openpyxl.writer.workbook.write_workbook(workbook)[source]

Write the core workbook xml.

openpyxl.writer.workbook.write_workbook_rels(workbook)[source]

Write the workbook relationships xml.