Excel or csv import with table column mapping
Excel or csv import with table column mapping
cmplus
Posts: 65Questions: 13Answers: 0
The upload button of the editor where the mapping must be inserted to recognize the columns from the table and correctly import all the values? Can you also import an excel file with that button or just csv?
Replies
The CSV import example uses the Papa Parse library for parsing CSV files. Another library, SheetJS possibly, will need to be used to import Excel files.
Kevin
@kthorngren, Thanks for the reply, Is this also used with laravel?
I'm not familiar with Laravel so not sure if that libaray will work.
Kevin