Excel and HTML are very different formats, but you can quickly convert Excel .xlsx or .xls files to HTML with Easy Data Transform:
Example Excel input:
Example HTML output:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>C:\Users\joebloggs\Desktop\output.html</title>
<style>table,td,
th{border:1px solid black;text-align:left;vertical-align:
top;border-spacing:0px;border-color:gray;font-family:Verdana,sans-serif;}
th{background-color:#E0E0E0;}td,th{padding:5px;}</style>
</head>
<body>
<table>
<tbody>
<tr>
<th>CustomerID</th>
<th>CompanyName</th>
<th>ContactName</th>
</tr>
<tr>
<td>ALFKI</td>
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td>
</tr>
<tr>
<td>ANATR</td>
<td>Ana Trujillo Emparedados y helados</td>
<td>Ana Trujillo</td>
</tr>
<tr>
<td>ANTON</td>
<td>Antonio Moreno Taquería</td>
<td>Antonio Moreno</td>
</tr>
</tbody>
</table>
</body>
</html>
If you have large number of files to convert you can do it using the batch processing feature.
As well as changing file format, Easy Data Transform also allows you to combine 48 transforms (such as join, filter and dedupe) to quickly and easily create complex data transformations. See our quick start guide for more details.
v1.11.2 for Windows 10 / 8 / 7 (50 MB)
v1.11.2 for Mac 11.1 to 10.12 (25 MB)
Questions or problems?
Do you have a question?
We would love to help.
This pop-up will not be shown again