Merge pull request #1809 from burakcakirel/missing-column-formatting-for-exports

Missing column formatting for exports
This commit is contained in:
Cüneyt Şentürk 2021-01-27 23:41:21 +03:00 committed by GitHub
commit 0e07d4456c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,10 @@ namespace App\Exports\Purchases\Sheets;
use App\Abstracts\Export;
use App\Models\Document\Document as Model;
use Maatwebsite\Excel\Concerns\WithColumnFormatting;
use PhpOffice\PhpSpreadsheet\Style\NumberFormat;
class Bills extends Export
class Bills extends Export implements WithColumnFormatting
{
public function collection()
{

View File

@ -4,9 +4,10 @@ namespace App\Exports\Sales\Sheets;
use App\Abstracts\Export;
use App\Models\Document\Document as Model;
use Maatwebsite\Excel\Concerns\WithColumnFormatting;
use PhpOffice\PhpSpreadsheet\Style\NumberFormat;
class Invoices extends Export
class Invoices extends Export implements WithColumnFormatting
{
public function collection()
{