eighty9nine / filament-excel-import

Import data into your resource from excel
MIT License
40 stars 11 forks source link

Access to import class file name? #7

Open mclgms opened 6 months ago

mclgms commented 6 months ago

Congratulations on the plugin. When we implement the import class we have access to the Collection, but which object do I have access to the file? Do I need to implement some interface for this?

urufudev commented 2 months ago

Congratulations on the plugin. When we implement the import class we have access to the Collection, but which object do I have access to the file? Do I need to implement some interface for this?

Hi Have you resolved the issue? 🤔

DiGiTransf commented 1 month ago

Same issue: I have to save uploaded file names within updated record in the database, but no way to access file name property of upload class