1

How to set excel cell time format in PhpSpreadsheet?

=> I have set perticular time format in cell. but, i coudn't find.

Note: check my screenshot for more details

enter image description here

Bharat Chauhan
  • 3,204
  • 5
  • 39
  • 52
  • 1
    Hate to be that guy, but it's in the docs: https://phpspreadsheet.readthedocs.io/en/develop/topics/recipes/#write-a-date-or-time-into-a-cell – Loek Dec 21 '18 at 13:46
  • New link seems to be needed: https://phpspreadsheet.readthedocs.io/en/latest/topics/recipes/#write-a-date-or-time-into-a-cell – cdehaan Jun 22 '21 at 08:29

1 Answers1

1

I think you need to look in NumberFormat for the one you want, then apply it per this section.

Dominic
  • 96
  • 7