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
If $excel->insertText() is called with format param set to empty string it will change the formatting of the date columns and they are displayed as numbers. It doesn't matter if $excel->insertDate() will insert the date to the same column or different. The date always shows as a number
If
$excel->insertText()
is called with format param set to empty string it will change the formatting of the date columns and they are displayed as numbers. It doesn't matter if$excel->insertDate()
will insert the date to the same column or different. The date always shows as a numberCode to reproduce
Expected result
Actual Result
Details and versions
The text was updated successfully, but these errors were encountered: