aVadim483 / fast-excel-writer

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

Enhancement: ability to specify "activeCell"... #33

Closed AzzaAzza69 closed 8 months ago

AzzaAzza69 commented 9 months ago

In the case of a graphic inserted in "A1" that takes up (height wise) approx 4 rows, I would like to set the activeCell to "A5".

aVadim483 commented 9 months ago

in v.4.7 https://github.com/aVadim483/fast-excel-writer/blob/master/docs/02-sheets.md#setting-active-cells

AzzaAzza69 commented 9 months ago

Great work, but it appears that the setActiveCell only works if not freezing any row/col.

AzzaAzza69 commented 9 months ago

If I open the sheet (with a frozen row) in Excel, goto P40 and save and re-open, P40 is brought into view and it is active.

aVadim483 commented 9 months ago

Great work, but it appears that the setActiveCell only works if not freezing any row/col.

fixed in v4.7.1