need help converting exel into html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chris01
    New Member
    • Mar 2008
    • 2

    need help converting exel into html

    I am tired of building tables from scratch in html and want to know if there is a way to build an exel document and somehow imbed the table into the html, either through php or java.

    I dont want to put a link, or open the exel file in a new window, I want it to look like it is part of the website.

    Any help would be apprecieated
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by chris01
    I am tired of building tables from scratch in html and want to know if there is a way to build an exel document and somehow imbed the table into the html, either through php or java.

    I dont want to put a link, or open the exel file in a new window, I want it to look like it is part of the website.

    Any help would be apprecieated
    Why don't you try saving the excel sheet as HTML.

    Comment

    • chris01
      New Member
      • Mar 2008
      • 2

      #3
      Originally posted by RedSon
      Why don't you try saving the excel sheet as HTML.

      Tried that, the problem is the chart is in the middle of some text.

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        Originally posted by chris01
        Tried that, the problem is the chart is in the middle of some text.
        So view the source and just copy what you need.

        Comment

        Working...