Reputation: 11
I want to create an html template that can fetch the (sometimes long) texts of cells in an xls database into specific locations in the body. The html will then be saved to a unique document and will not be changed anymore.
I've been searching the web for days now and any help will be most appreciated.
Thank you.
Upvotes: 1
Views: 361
Reputation: 25435
You need to use some dynamic web language like PHP (there're some pretty classes out there for the job) or ASP to fetch the records you need and print them in html accordingly..
Upvotes: 3