Is there a way to import excel data into datatables? My requirement here is, I want to export datatables data into xls/csv, make bulk changes and import it back to datatables (mysql backend). Is there any plugin for this import?? Please advise. Thanks in advance.
I want to do this import and export on my php webpage, not from mysql directly. Basically, I want to give users an option to bulk download and upload of data
You can export to CSV:
You can import from CSV:
UPDATED
Here’s the general idea – write a header, loop through rows, return it with a text/csv MIME-TYPE