read excel file
read excel file
kqueekquee
Posts: 40Questions: 1Answers: 0
can i read an microsoft excel with jquery.datatables.js
This discussion has been closed.
Replies
Allan
$ (document). ready (function () {
$ ('# example'). dataTable ({
.......... read html file
});
});
Christian - France
Allan