Excel column formatting for exports

This commit is contained in:
Burak Çakırel
2020-11-13 03:07:30 +03:00
parent b4e044b199
commit 4264b73128
7 changed files with 54 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ abstract class Export implements FromCollection, ShouldAutoSize, WithHeadings, W
{
$map = [];
$date_fields = ['paid_at', 'invoiced_at', 'billed_at', 'due_at', 'issued_at', 'created_at'];
$date_fields = ['paid_at', 'invoiced_at', 'billed_at', 'due_at', 'issued_at', 'created_at', 'transferred_at'];
$evil_chars = ['=', '+', '-', '@'];