View Single Post
  #3  
Old 06-12-2008, 12:54 AM
CarbonTerry's Avatar
CarbonTerry CarbonTerry is offline
Brigadier General
 
Join Date: Oct 2005
Location: St L MO
Posts: 1,436
Default Re: What's the best way to add an Excel Worksheet onto a web page?

You can ftp your Excel to your public_html folder. Insert an IFrame on your page and then call for the Excel file.
http://www.yourdomain.com/file.xls

The problem with this method is that the viewer has to have Excel on their computer to view the file.
Reply With Quote