Requirement: How can the application I am developing convert the data in my XLS spreadsheet into HTML format?

I need the application that I am developing to take data, which is held in an MS Excel spreadsheet (.XLS) file and convert it into a variety of formats for publication, inlcuding HTML.

As I am doing this in bulk, I need to avoid using MS Office automation because it won't scale.



Solutions:

Submit a new solution to this problem >
Convert XLS, XLSX, CSV files to HTML without using MS Excel.
This example shows how to convert XLS/XLSX/CSV files to HTML file format from your .NET app by using GemBox.Spreadsheet.
(C#.NET, VB.NET\.NET 2.0 Winforms)