I’ve been searching in the net with no answers
How do you import a .xls file that is made of <table>,<th>,<tr>,<td> tags to DataTable?
I’ve been searching in the net with no answers How do you import a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if the HTML is well formed you can try to load it as XML. Expanding a bit with a very simple example: