rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.08k stars 246 forks source link

DateTime values are lost during export #358

Closed jschram closed 2 months ago

jschram commented 4 months ago

When exporting data, each cell of each row is filtered based on their types. Because of this, true DateTime objects are lost during export. Openspout has an implementation for DateTime values, so I've opened this PR to address this issue.

jschram commented 2 months ago

Thanks for merging the PR @rap2hpoutre! Closing this issue now