Printing
The web page is a little wider than the Excel page
The width of the tables created by SpreadsheetConverter are only approximate. Browsers will do some reformatting when it shows the page.
In Excel one of my spreadsheets fits onto A4 height, but when I convert with either HTML or ASP, the converted sheet is longer than A4. This is a problem because I want users to be able to print out one of the sheets.
Unless you set layout=fixed, the rows will be higher on the web page than in Excel.
However layout=fixed will make the web pages look cramped, it is better to let the web pages become higher.
When I print, the cell colors are missing.
It is a web browser issue. Some browser print the background color, some don't. For some versions, it is a setting that enables background color printing.
The reason for this is to reduce the amount of ink spent when printing.
