Convert XLS to HTML
with help of .Net component
The development of ASP Net components that convert to HTML from Excel XLS Spreadsheet, Word DOC Document
Try high-quality ASP Net component in order to convert XLS to HTML, ASP Net component allows to convert DOC to HTML  
ASP Net components convert to HTML
Components Downloads Purchase Help Contact Us  
 
 convert  Databeam Excel .Net        Version 2.1
       November 16, 2008
 convert  Databeam Word .Net        Version 2.0
       September 22, 2008
 excel  Eyes Dropper        Version 3.1
       October 30, 2008
 
 
       Databeam Excel .Net component
 
  »  Overview
  »  Download
  »  History
  »  Documentation
  »  Purchase
 
 
       Membership
The association of development high-quality ASP Net components
Software Industry Professionals
 
The association supports ASP Net componetn developers
Organization of Independent Software Vendors
 
 
 
 
ASP Net component allows to convert Excel Spreadsheet XLS to HTML

Convert XLS to HTML using the ASP Net component

Databeam Excel .Net component converts XLS to HTML


Databeam Excel .Net is an ASP Net component that enables to convert automatically Excel Spreadsheet XLS to HTML Web page. It also supports converting XLS files to other Excel files such as CSV, TXT, XML, XLSX (only for Microsoft Office® 2007). The component requires Microsoft Office® installed.

File Formats:  
   
•  XLSX to HTML
•  XLSX to CSV
•  XLSX to XLSX
•  XLSX to XML
•  XLSX to TXT
•  XLS to HTML
•  XLS to CSV
•  XLS to XLSX
•  XLS to XML
•  XLS to TXT
   
Buy now and get Net component allows to convert XLS to HTML Download Net component and try to convert XLS to HTML

Key Features

 
•  Very quick conversion!
•  Convert Excel files to different formats XLS to HTML, XLSX to HTML, XLS to TXT, XLS to CSV, XLS to XML.
•  Convert whole XLS file or certain Spreadsheet of the file.
•  Work with versions Microsoft Office® 2000 and above.
•  Strict copying of XLS file formatting.
•  You need just 3 lines of source code for successful conversion.
•  Compose Outlook letter with embedded resulting HTML file.
 

Send by EMAIL resulting HTML file

     

Export Database to XLS or HTML files

     
Convert XLS to HTML and send by EMAIL resulting HTML file Some times it's very useful to send by email resulting HTML file after conversion XLS to HTML. Define the fields "from", "to", "object", pass the address of the SMTP server, user name, password and point corresponding HTML file.
 
  Export database to XLS ot HTML files There are two ways how to Export Database to XLS or HTML:

1. Create new XLS or HTML file;
2. Use the existing XLS or HTML file as a template.
 
Learn more about sending an email with resulting html This feature is part of the Databeam Excel .Net component.   how to export database to XLS file or to HTML file This feature is part of the Databeam Excel .Net component.
 
 

Quality Conversion XLS to HTML

 
Databeam Excel .Net converts XLS to HTML with tables, graphs, images, hyperlinks, fonts etc. The component XLS to HTML converter is very easy to use and is provided with 2 fully featured demos written in both C# and Visual Basic. It is very quickly with the help of the component to compose any web or windows application that will be able to convert either one or batch of Excel XLS to HTML / Excel XLSX to HTML files. Databeam Excel .Net component helps to export and to convert data from database to XLS or HTML files. Also component has facility to send by email resulting HTML file as a report.
 
convert xls to html
 
 

Convert XLS to HTML Example Code

 
How to convert XLS to HTML? Install package contains source code of demo programm. Simple examples with source code help you to use Databeam Excel .Net component for successful conversion XLS to HTML. There are examples with C# and VB source code.

[C#]

Example of conversion XLS to HTML
using System;               
namespace Project1
{
   public class Class1
   { 
static void Main()
{
Console.Write("Converting XLS to HTML: \n");
DuoDimension.Databeam.Excel conv = new DuoDimension.Databeam.Excel("");
if (conv.IsExcelInstalled) {
if (conv.OpenXls(@"d:\test.xls") == 0)
{
int ret = conv.XlsToHtml(@"d:\test.html");
switch (ret) {
case 0: {
for (int i = 1; i <= conv.Sheets.Length; i++)
Console.Write(i.ToString() + ": " + conv.Sheets[i-1] + "\n");
Console.Write("...Ok."); break;
}
case 2: Console.Write("...error: can't save the destination file."); break;
}
} else
{
Console.Write("...error: can't open file.");
}
}
}
}
}
 
     
 
       Components News
  November 16th , 2008  
 
  Databeam Excel .Net component 2.1
  • Improved algorithm of the method for sending an email automatically.
   
  November 1st , 2008  
 
  Eyes Dropper 3.1
  • Additional actions of Alarm Clock notification.
• Password protection of the Lock Screen.
   
  October 15th, 2008  
 
  Databeam Word .Net component 2.0
  • Added new property: Save Picture With Document. All details how to use it see in the documentation.
   
  October 3rd, 2008  
 
  Databeam Word .Net component 2.0
  • Added converting methods Txt to Html & Rtf to Html.
   
  September 22, 2008  
 
  Databeam Word .Net component 2.0
  New Component for ASP.NET !
• Component converts documents Word to HTML.
• Conversion of different Word file formats DOC/DOCX.
   
  September 09, 2008  
 
  Databeam Excel .Net component 2.0
  New Version!
• New facilities for export data from database to XLS to HTML.
   
  August 15, 2008  
 
  Sunflower Excel .Net component 1.0
  • Added new properties: Update links on save & Create files folders. All details how to convert Xls to Html see in the documentation.
   
  Eyes Dropper 3.0
  • Changed events of the sound noticies.
   
  August 1st, 2008  
 
  Sunflower Excel .Net component 1.0
  • Changed algorithm of the opening & convert Xls to Html.
   
  July 15, 2008  
 
  Sunflower Excel .Net component 1.0
  • New function composes Outlook letter with resulting Html file.
   
  June 28, 2008  
 
  Eyes Dropper 3.0
  • Additional Eye Exercises. Get free Video files from the Downloads page.
   
  all news...
 Copyright © 2007-2008 DuoDimension Software
Overview of Databeam Excel .Net component to convert automatically Excel Spreadsheet XLS to HTML You Download free trial version of Databeam Exce .Net component for XLS to HTML Last news about how to convert automatically XLS to HTML User documentation about conversion Excel XLS to HTML with Databeam Excel .Net help Buy now Databeam Excel .Net for automatically converting XLS to HTML
Valid HTML 4.01 Transitional