How to crud (add,modify,delete,update) in excisting excel file using jquery
How to crud (add,modify,delete,update) in excisting excel file using jquery
adhivenkateshck
Posts: 6Questions: 3Answers: 0
How to crud (add,modify,delete,update) in excisting excel file using jquery
This discussion has been closed.
Answers
Your question makes no sense in the DataTables forum. Are you talking about importing an Excel file into DataTables?
DataTables itself doesn't offer an Excel import option I'm afraid. There are probably some Javascript libraries somewhere that someone will have written and give you the data as JSON or CSV, which you could then import into your DataTable.
Allan
Hi tangerin,
i want to use excel as back end, and edit some show rows in the jquer datatables and update it into the same excel file. getting values like below
here i have to modify any one field ex:salary and update in to the same file.
(it is possible in tradition javascript )
but if we do in jquery ussing data table it is very fine
is it possible using data table.?
please think once writing a word in public ( you written no sense )
But allan has given some tips , thanks allan.
Thank you,
Adhi venkatesh.
As I said, DataTables doesn't have an Excel import feature, but if you can find or write software that does that, then I don't see any reason why you couldn't display such data in DataTables.
Allan
Hi adhivenkateshck, I was able to build an application for my company that used a CSV as data for Datatables using this library http://papaparse.com/ It allows you to convert CSV to JSON and back again. If you are creative you can totally do this.
Shay
Hi Rob/shay,
Thanks for the link "http://papaparse.com" surely will try with this link.
Great!.
Than you,
Adhi