Jump to content

spreadsheet directly into web design

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
softfalls

softfalls

    Newbie

  • Members
  • Pip
  • 2 posts
I purchased a template site through http://www.9dx.com and need some assistance setting up tables in my pages. This site has a content management system for general web design but I do not understand how to add a table. I have for instance a profit and loss statement that I need to post for investors. It comes from excel and is a pretty large chart. Could someone direct me to a resource to understand how to add a spreadsheet directly into a web page?

#2
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
Adding a spreadsheet into your web site should be quite simple. In the spreadsheet program save it as .html and then use an iframe to include it in your page or use a server side include.

It would be better if you learned how to use HTML tables because spreadsheets saved as HTML take up a lot of space and will take a lot of time to learn. Learning how to use HTML tables isn't that hard.