Where can I find Excel to HTML tag reference ?

O

ong

Hi All,

I have many excel workbooks and want to convert it to HTML format.
I use the SaveAS command built-in in excel function and save the Excel file in HTM format.
However, if the workbook only have 1 worksheet, the result is fine, but if the workbook contain more than 1 worksheets, then Excel will generate a number of HTM page representing each worksheet, which is not my desire.
My question is are there any way to save a multi-worksheet workbook into a single HTM file ?
Moreover, when I use notepad to open the result HTM page, I find there is some code should related to the Excel, such as
<!--[if gte mso 9]><xml>
<x:ExcelWorkbook>
<x:ExcelWorksheets>

Anyone know where can I find reference/tutorial about the above tag ?


Thank in advance.
 
Top