aVadim483 / fast-excel-templator

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

its showing wrong data #8

Open Raman117 opened 1 month ago

Raman117 commented 1 month ago

image image

here in column H which is 3.2.1.6.d it is showing random number

in code i used $cells = $sheet->readRows(); and then looped the $cell

meanwhile, laravel excel shows data image

so there is nothing wrong with xlsx file

aVadim483 commented 1 month ago

This cell is in date format and the library is trying to convert the cell's value to a timestamp. I'll think about how to solve this problem

aVadim483 commented 1 month ago

fixed in fast-excel-reader v2.15.5

Raman117 commented 1 month ago

FYI issue still exists in reader after update

aVadim483 commented 1 month ago

here in column H which is 3.2.1.6.d it is showing random number

the same error? or maybe a little different?

Raman117 commented 1 month ago

i think the same i am still seeing 1716246121 about 4-5 of them the rest from same column are loading fine

Raman117 commented 1 month ago

Also qwestion when i open xlsx it starts from 2nd sheet how do i open it from sheet 1?

lollita commented 2 weeks ago

I confirm fix. Ty.