|
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 |
| |
|
 |
 |
|
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 |
|
|
|
| |
|
|
 |
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.
|
|
 |
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.
|
 |
This feature is part of the Databeam Excel .Net component. |
|
 |
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 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... |
|
|