Open cymn14 opened 4 weeks ago
When setting pageFitToWidth and pageFitToHeight in a sheet the settings are not applied in Microsoft 365 Excel
$sheet = $excel ->sheet() ->pageFitToWidth(1) ->pageFitToHeight(1)
The goal is that the scaling option while printing is set to "Fit Sheet on One Page".
When setting pageFitToWidth and pageFitToHeight in a sheet the settings are not applied in Microsoft 365 Excel
The goal is that the scaling option while printing is set to "Fit Sheet on One Page".