Advanced Options

Static Size

The result HTML has a static size as your original Excel file has, and in HTML you can choose the unit between screen unit(pixel) and paper unit(point) for different purpose.
You can also remove the static size values, then the table will be processed freely by browser.

Use Unified Table Style

This is a option only for extreme mode. When all special styles for every cell are removed, you can impose a unified style for them all.
By selecting various cell style and table layout, you can make very elegant tables.

Use TH for first row

In styleless HTML (after a extreme clean),  you can use <th> tag to specify the first row table head, which will be bold from ordinary cells.

Use external stylesheet

You link an external stylesheet file(*.css) to impose some customize style to all of your files. This is recommend for extreme mode, but if you still have styles inside your HTML, please be careful, style in external file may override some internal styles.
We also recommend you put the css file inside the folder with HTML files. For better portability, don't use CSS file outside.