aVadim483 / fast-excel-templator

Lightweight and very fast Excel Spreadsheet generator from XLSX-templates in PHP
MIT License
9 stars 1 forks source link

Columns A-D has zero width #11

Closed ArifSettarovI15 closed 3 months ago

ArifSettarovI15 commented 4 months ago

Working with: PHP 8.2 Linux Docker

templator version 2.0.0 Tried to set it explicitly:

$sheet = $excel->sheet();

$sheet->sheetWriter
    ->setColWidth(['A', 'B', 'C', 'D'], 500)
    ->setColMinWidth(['A', 'B', 'C', 'D'], 500);

Tried without set width

All templates xlsx format

Tried to save template files with MS Office, LibreOffice, Google SpreadSheets

Impossible

UPD Zero width was set only for cols that have a width different from the default