XLS to HTML or MHTML?

Ryan S

New member
Ok so I have a calculator which i have designed in excel, containing formulas to caluclate gst for certain prices. I want to be able to link this into my website without having to have excel pop up to open the file. Meaning have it convert so that the formula and all works on a html page.

Any ideas?
Thanks
 
If you want it to come up on the web page (and you designed it and output it from Excel), you'll have to settle for the export to HTML functionality.
Go to the "File" menu, and then the "Save As" sub-menu. Then choose the type of file as (HTML), specify a filename, and finally click on "Save".

That will case an HTML file to be output that Excel can read and operate on using OLE.
 
Back
Top