I have xlsx
tables and I use PhpSpreadsheet to parse them. Some cells format is date. The problem is that PhpSpreadsheet returns the values from date-formatted
When we are iterating with $row->getCellIterator()
or we might have other kinds of value, it might be useful to use getFormattedValue instead
while using getValue()
while using getFormattedValue()