Export MS-Excel to HTML

  • Thread starter Thread starter mogens
  • Start date Start date
M

mogens

I am aware of the possibility to save an Excel document as html, but
this generates a massive amount of html-code.

The program xls2html do what I need where a link between each cell is
created via a template. This would do the trick for me, but
unfortunately this program is no longer supported and it does not
include the hyperlinks in the html-code.

Any ideas on how to update an html-document linked to an MS-Excel
document? Real time linking is not needed - just a relatively easy way
to do this every week or so to reflect price changes.

Thanks.

Mogens
 
Harald said:
Hi Mogens

See if you can find something here.
http://www.mvps.org/dmcritchie/excel/xl2html.htm
the source code is available, so it is possible to adjust it to fit your
exact needs.

HTH. Best wishes Harald
Thanks Harald,

Had a look at it, but it is not quite what I am after. It seems that
this script reduces the amount of html-garbage, but it does not pass the
hyperlinks.

I intend to use this as a price matrix that I will maintain in Excel,
and via the hyperlink on each price link into my shops different product
id's. Using XL2HTML would require me to rebuild all these links from
scratch every time I made an update.

Unfortunately my PHP skills does not allow me to make the database
lookup's and manipulations from within the html document which would
probably have been the best way :-(

Anyway, thanks for the help!

Regards,
Mogens
 
Had a look at it, but it is not quite what I am after. It seems that
this script reduces the amount of html-garbage, but it does not pass the
hyperlinks.

Read my last sentence again, Mogens. A minor rewrite is probably all it
takes to transfer the hyperlinks.

HTH. Best wishes Harald
 
Hey

SpreadsheetWEB (spreadsheetweb.com) might solve your problem. It is an
add-on to Excel creating web-applications which allow for calculations
etc. Once you have created your web-application you only have to update
the Excel file, the web-application will updated automatically.

Andre
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top