Hi LWol,
Thanks again.
I did what you suggest this is more what I expected:
Excel Data cell range mask '14-03-2001,NF functions returns: m/d/yyyy, PHPExcel returns: m/d/yy.I expect d/m/yyy, but I can live with m/d/yyy; US bigger than NL.
Excel Time cell range mask '*13:30:55,NF functions returns: [$-F400]h:mm:ss AM/PM, PHPExcel returns: [$-F400]h:mm:ss AM/PM. I should expect h:mm:ss.
Excel Time custom cell range mask 'u:mm:ss,NF functions returns: h:mm:ss, PHPExcel returns:u:mm:ss.
Maybe stuppid from me but ok [$-F400] is added due to predefined formats like US, but I do not understand is why a date format mask is returned by two year digits in stead of four year digits? Is this also that pHPExcel is using the US predifined formats?
Nico