标签: laravel maatwebsite-excel
我成功使用Maatwebsite Excel,但我想重用同一类,但可以通过方法调用对其进行扩展。例如,对于他的InvoiceExport类,我想调用以下可能的方法
Class InvoiceExport() { - OpenInvoicesByCustomer($customerId); - ClosedInvoicesByCustomer($customerId); - InvoicesByTerritory($territoryId); - etc... }
有可能吗?