fitToPage setting ignored in 2.2.0
Created originally on Bitbucket by johnjchase (John Chase)
I have code that produces a spreadsheet that includes the following:
ws.page_setup.fitToPage = True ws.page_setup.fitToHeight = 1 ws.page_setup.fitToWidth = 1
If I run the code against openpyxl 2.1.4, the resulting spreadsheet scales to 1 page when printed from Excel. If I run the code against openpyxl 2.2.0 on the same system, the fitToPage setting is not reflected in the resulting spreadsheet.