aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
178 stars 31 forks source link

pageFitToWidth and pageFitToHeight don't work #94

Open cymn14 opened 4 weeks ago

cymn14 commented 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".