powered by
Information about page margins for view/print layouts.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.page.html
PageMargins( left = 0.75, right = 0.75, top = 1L, bottom = 1L, header = 0.5, footer = 0.5, ... )
An openpyxl Python object.
left
right
top
bottom
header
footer
Additional arguments, i.e. kwargs.
Standard values (in inches) left, right = 0.75 top, bottom = 1 header, footer = 0.5
if (FALSE) { PageMargins() }
Run the code above in your browser using DataLab