read excel file

read excel file

kqueekqueekqueekquee Posts: 40Questions: 1Answers: 0
edited July 2013 in DataTables 1.9
can i read an microsoft excel with jquery.datatables.js

Replies

  • allanallan Posts: 63,383Questions: 1Answers: 10,449 Site admin
    No - you would need to have excel export as an HTML table. DataTables is an HTML table enhancer.

    Allan
  • kqueekqueekqueekquee Posts: 40Questions: 1Answers: 0
    merci
  • kqueekqueekqueekquee Posts: 40Questions: 1Answers: 0
    I saved the Excel file to HTML format. I said how do datatables to read this HTML file

    $ (document). ready (function () {
    $ ('# example'). dataTable ({
    .......... read html file
    });
    });

    Christian - France
  • allanallan Posts: 63,383Questions: 1Answers: 10,449 Site admin
    You run DataTables inside the HTML file - you don't read an external file. See: http://datatables.net/release-datatables/examples/basic_init/zero_config.html

    Allan
This discussion has been closed.