You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.
The attributes t="inlineStr" in sheet.xml produces by Libreoffice spreadsheet makes PHPExcel loader read the cell as inline string and ignoring the ```
Hi,
I have following fixed format date cell (DD-MM-YYYY)
with actual cell values
when I try to get the cell value for B1 and C1 using
var_dump($cell->getValue());
I get empty string''
But when I changed the formula to =INT(cell_address)+10 in cell B1 and C1 I get correct excel serialized date values:
Can somebody advise on how correct the calculation behavior?
Cheers,
Lim
The text was updated successfully, but these errors were encountered: