I've been saving my Excel sheet as a web page and it does look very good on the web, safe for one issue:
The CSS has a different size font for visited links, so it ruins the look of the sheet. (see for yourself here: http://www.minarinshop.com/hai.html)
Also, it looks good in IE or FF, but the lines don't show up in Chrome (for some weird reason). I tried deselecting the Web Option "Rely on CSS fonts", but no luck.
a:link
{color:blue;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:underline;
text-underline-style:single;
font-family:Calibri, sans-serif;
mso-font-charset:0;}
a:visited
{color:purple;
font-size:14.95pt;
font-weight:400;
font-style:normal;
text-decoration:underline;
text-underline-style:single;
font-family:Calibri, sans-serif;
mso-font-charset:0;}
I update this Excel sheet frequently, so it's not really an option to change the CSS everytime because everytime I re-seave the file as a webpage, it re-creates all the necessary files. I've also been trying to set it up to do the AutoRefresh thing, but does that mean you have to edit the HTML file or it's linked to the changes made on the .xlsx file? I can't edit a HTML file because there are no formulas :/
Appreciate any help!! Sorry if I've explained badly.
Bookmarks