How can I put a Word document in a page in HTML without using the internet? Or an Excel file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I put a Word document in a page in HTML without using the internet? Or an Excel file?

I have to put a Word document as the content of a page, preferably without using JavaScript. I'm not allowed to use the internet for that (like go on a site and get that done there) and I should only use HTML and CSS (it's an exercise). ~Sorry if I expressed myself incorrectly.~

20th Apr 2018, 2:52 PM
Tuduran Diana
Tuduran Diana - avatar
1 Answer
0
Then put it just in the same directory like the HTML file and run an AJAX request, like this: https://www.w3schools.com/xml/ajax_intro.asp
21st Apr 2018, 4:48 PM
Michael55555
Michael55555 - avatar