Excel To Html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ravimegharaj
    New Member
    • Dec 2007
    • 4

    Excel To Html

    How do we convert excel data in to html format. Instead to viewing the data in excel spreadsheet, I want to view in web based form.
    I would also like to see my graphs and charts in web pages, but manipulated in excel.

    Do we have any VB codes or add ins to do this?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    HTML cannot do this. The VB question needs to be asked in the VB forum.

    Comment

    • PunchBackJack
      New Member
      • Dec 2007
      • 10

      #3
      Excel lets you save as web page. You may be able to pull something out of that, as it seems to surround it all in a table. Sure makes some messy code. though.

      Comment

      Working...