Theme Graphic
Theme Graphic

Excel, Word, PDF components for .NET

Elerium Software developes professional components for use in .NET projects (C#, VB.NET, ASP.NET) that aimed to read/write/convert PDF, DOC...

Subscribe

Author

Archive

Tags

Posted on Thursday, June 06, 2013 at 12:49 AM

Convert HTML table to Excel spreadsheet without saving on server

Very often, the .NET developer faces the task of processing the data presented in the form of HTML tables. Of course, it is most convenient tabular data processing, translating them into a special format such as the Excel format. A special converter by Elerium Software is designed to simplify and automate this task.

Elerium HTML to Excel .NET component, new release 1.5 has been introduced by Elerium Software. It has several important changes:
- Extended the parser list of CSS styles.
- Fixed bugs in Merged Cells.
- The algorithm was tested & optimized for big HTML tables.



How to use the component? First of all, a developer must install component to the project:
1. Add Elerium Excel .Net component to the solution. Simply put HtmlToExcel.dll into /bin folder of the project.
2. Initialize the Docs.HTML, Docs.Excel and Docs.Excel.Converting instance...

Posted on Thursday, June 06, 2013 at 12:43 AM

Convert Excel spreadsheet to HTML document with internal images in .NET

MS excel is a very handy tool for processing and display tabular and statistical data. But when need to present result data on an online document, presentation, email or webpage, it is reasonable to convert data into HTML format.

However, when a developer converts Excel to HTML he is faced with a problem to save images from the source document. Also, it is not always acceptable to split the document into multiple files or save it on the local disk. In this matter a wonderful component may help to .NET developers which want to convert Excel to HTML.

Elerium Excel to HTML .NET component, new release 1.5 has been introduced by Elerium Software. It has several important changes:
- Preservation of formatting of the source Excel spreadsheet.
- A ShowGrid property to set grid lines.
- Text alignment.

...
Comments: 0 Tags: .NET, ASP.NET, C#, Excel, Excel to HTML

Posted on Thursday, June 06, 2013 at 12:38 AM

Work with images in Excel spreadsheet in .NET

In order to create a well-formed report in MS Excel is not always enough data alone. A simple table with the text can be informative, but not very presentable for clients. Often, reports may contain the images. For example, a good practice is to add a company logo, along with the title of the report. Besides this, the price list will be much more informative if it contains the thumbnails of goods.

If it is needed to create a small report, then the best choice is the MS Excel. But what if it is necessary to generate large reports regularly with a huge amount of data on the server without installed MS Excel? Elerium Software offers Excel .NET component as a great solution for .NET developers.

Elerium Excel .NET component, new release 2.0 has been introduced by Elerium Software. It has several important changes:

- New algorithm of reading OLE2 Stream in Excel file.
- New algorithm of parsing Excel Stream.
- New function restructuring.
- Fixed Border properties...
Comments: 0 Tags: .NET, ASP.NET, C#, Excel, read, write

Posted on Tuesday, May 07, 2013 at 11:37 PM

Parse HTML document in .NET

HyperText Markup Language (HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets, within the web page content. HTML elements form the building blocks of all websites.

Very often, developers need to parse HTML documents into components for data analysis or automatic operation with HTML pages without user intervention. To analyze the structure of the document, developer can use regular expressions. But this is not the best solution, because HTML is not a regular language. Also it is almost impossible to compose the regular expression that similar to the HTML markup. That why developers use special tools to parse HTML files. An example of such tool is Elerium HTML .NET Parser.

Elerium HTML .NET Parser component, new release 1.6 has been introduced by Elerium Software. It has several important changes:...
Comments: 0 Tags: .NET, ASP.NET, C#, XML, HTML parser

Posted on Tuesday, May 07, 2013 at 11:33 PM

The easy method to convert HTML to PDF in ASP.NET

HTML format is simple and easy to use and allows to create complex reports from the raw data with a minimum of effort. But the appearance of HTML documents can be quite different depending on the browser. Also HTML documents do not have any protection. Therefore, the best choice for the provision of important reports to end users is a PDF document. Appearance of the PDF document is always the same and does not depend on the viewing software and security measures can be easily added to a PDF document.

When a developer creates an application or site, he can create a PDF document manually to understand the format specification, but it is a very long and laborious process. On the other side, the developer can use ready-made libraries for working with the PDF. One of these solutions is Elerium HTML to PDF .NET component.

Elerium HTML to PDF .NET component, new release 2.5 has been introduced by Elerium Software. It has several important changes:...
Comments: 0 Tags: .NET, ASP.NET, C#, HTML, PDF, html to pdf

Posted on Tuesday, April 02, 2013 at 10:34 PM

How to read data and formatting of Word documents in .NET

MS Word documents are one of the most popular formats for the reporting. It allows presenting information with different styles and formatting exactly such as it should look on a paper. Often MS Word is not installed on the server/computer, nevertheless a developer wants to process these reports inside C#/VB.NET/ASP.NET project. The best way is using a professional .NET library that includes various Word API functions. One of these libraries is introduced by Elerium Software.

Elerium Word .NET Reader presents an easy way to read data and formatting of Word documents. Here are the basic steps of getting the text of the document.

First off all, a developer must install Elerium Word .NET Reader to the project:

1. Download the latest version of the component from this link:
http://www.eleriumsoft.com/Word_NET/WordReader/Default.aspx
2. Extract the downloaded archive and put the Word.dll component into /bin folder of the project.
...
Comments: 0 Tags: .NET, C#, DOC, Word Reader, read Word

Posted on Tuesday, April 02, 2013 at 10:27 PM

Word documents in .NET

Elerium Word .NET component, new release 2.0 has been introduced by Elerium Software.



Elerium Word .NET is a full managed .NET component which enables C#/VB.NET/ASP.NET developers to create, read, write and convert MS Word documents (DOC, DOCX, RTF, TXT) from any .NET projects. Elerium Word .NET provides full support of Word 97-2003, Word 2007-2012 formats and allows converting it between each other. The installation package of the component contains C# and VB.NET samples for quick start.

The component parses the Word document and presents it to developer as a tree. The root of the tree includes the sections which contain all tables and paragraphs of the document. The minimal element of the tree is a textrun. Textrun may have a char, word or a whole sentence. Each node of the tree has properties. For example, with help of the textrun properties a developer is able to set text font settings, color or background color...
Comments: 0 Tags: .NET, C#, DOCX, DOC, create Word

Posted on Tuesday, January 29, 2013 at 10:04 PM

HTML Parser in .NET, C#, VB.NET, ASP.NET

Elerium HTML .NET Parser component, new release 2.4 has been introduced by Elerium Software.



HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like ), within the web page content. HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embedscripts written in languages such as JavaScript which affect the behavior of HTML web pages. The main advantage of HTML is its wide use. HTML is the most search engine friendly and show up on most browsers around the world...
Comments: 1 Tags: .NET, ASP.NET, C#, HTML, Parser, VB.NET, XML, HTML parser

Posted on Monday, January 28, 2013 at 4:42 AM

Convert HTML to Excel XLS XLSX in .NET, C#, VB.NET, ASP.NET

Elerium HTML to Excel .NET component, new release 2.4 has been introduced by Elerium Software.



Elerium HTML to Excel .NET is a professional component that can be used in any type of .NET (C#, VB.NET) projects. The component converts HTML to Excel files (XLS, XLSX, CSV) and can be implemented in ASP.NET / WinForms projects. Elerium HTML to Excel .NET offers full support for HTML formatting, including tables, CSS, graphics, tables, borders (see C# VB.NET examples).

Elerium HTML to Excel .NET is compatible with .NET 2.0 and higher and does not required any additional components.

Elerium HTML to Excel .NET key features: Document Features:
- Different Excel formats: XLS, XLSX, CSV.
- Load and Save CSV files delimited with comma, tab, semicolon or any other separator.
- Find and Replace data in Workbook.
- Preserve Pictures and Charts.


Converting Features:
...
Comments: 0 Tags: .NET, ASP.NET, C#, HTML, Excel, HTML to Excel

Posted on Monday, January 28, 2013 at 4:37 AM

Excel Reader (XSL,XLSX,CSV) in .NET, C#, VB.NET, ASP.NET

Elerium Excel .NET Reader component, new release 2.4 has been introduced by Elerium Software.



Elerium Excel .NET Reader is a professional .Net component that allows developers to read Excel spreadsheet files XLS, XLSX, CSV from .NET applications or ASP.NET websites (C#, VB.NET). It works really fast and can process the dozens of files in seconds. Elerium Excel. NET Reader allows to get access to the cell range of all Excel Worksheets including styles, fonts, borders etc. Also it has methods to export data from Excel to Database (see C# VB.NET examples).

Elerium Excel .NET Reader is compatible with .NET 2.0 and higher and does not require any additional software. The component is completely managed and available in projects either C#, VB.NET or ASP.NET.

Elerium Excel .NET Reader key features:
- Various cell data types (numbers, strings, dates, floating point etc.)
...
Comments: 0 Tags: .NET, ASP.NET, C#, VB.NET, read Excel

Posted on Tuesday, January 22, 2013 at 1:38 AM

Convert Excel to HTML in .NET

Elerium Excel to HTML .NET component, new release 2.4 has been introduced by Elerium Software.



Elerium Excel to HTML .NET is a high performance component enabling developer to convert Excel files (XLS, XLSX, CSV) to HTML document. The component can be implemented in C#, VB.NET or ASP.NET projects/websites. The PRO version of Elerium Excel to HTML .NET provides developers with the ability to read, write, and edit Excel files (XLS, XLSX, CSV) before converting.

Elerium Excel to HTML .NET is completely independent and does not depend on third-party libraries and Microsoft Office Automation.

Elerium Excel to HTML .NET key features:

Converting Features:
- Supported Excel files XLS, XLSX, CSV.
- Creating a strong copy of Excel spreadsheet as an HTML file.
- Preservation of formatting of source Excel spreadsheet.
- Choosing the index of Excel spreadsheet for export to HTML file...
Comments: 0 Tags: .NET, ASP.NET, C#, XLS, XLSX, Excel to HTML

Posted on Wednesday, January 16, 2013 at 12:12 AM

Convert HTML to PDF in .NET, C#, VB.NET, ASP.NET

Elerium HTML to PDF .NET component, new release 2.4 has been introduced by Elerium Software.



Elerium HTML to PDF .NET is a professional component that can be used in any type of .NET (C#, VB.NET) projects, either ASP.NET web sites or WinForms application. The component is able to convert HTML to PDF as a file or as a stream. Elerium HTML to PDF .NET offers full support for tables, styles, graphs, images, hyperlinks, fonts etc.

The component is based on .NET Framework and compatible with .NET 2.0 and higher. Elerium HTML to PDF .NET component is absolutely independent and does not require any additional components or libraries. The installation package contains C# and VB.NET samples for quick start. Developers can easily add the component to their projects and start to convert HTML to PDF.

Elerium HTML to PDF .NET key features

- Direction of conversion:
   -HTML / HTMLX to PDF
...

Posted on Tuesday, January 15, 2013 at 1:57 AM

Word Reader of DOC/DOCX/RTF in .NET, C#, VB.NET, ASP.NET

Elerium Word .NET Reader component, new release 2.4 has been introduced by Elerium Software.



Elerium Word. NET Reader is a handy tool for C#, VB.NET and ASP.NET developers that allows to easily and effectively read Word documents (DOC, DOCX, RTF), without the need to install additional applications and Microsoft Word. The Word Reader can be easily implemented in C#, VB.NET or ASP.NET projects/websites. The installation package of the Word Reader contains C# and VB.NET samples for quick start.

Elerium Word .NET Reader component is compatible with .NET 2.0 and higher and does not require any additional software. The component is completely managed and available in projects either C# VB.NET or ASP.NET.

Elerium Word. NET Reader key features:

Word. NET Reader has an intuitive document object model, which allows a developer to read DOC, DOCX or RTF document, get document content and formatting styles, fonts, colors, borders etc. (see C# VB.NET examples)...

Posted on Tuesday, January 15, 2013 at 1:51 AM

Read/Write Excel XLS XLSX CSV in .NET, C#, VB.NET, ASP.NET.

Elerium Excel .NET component, new release 2.4 has been introduced by Elerium Software.



Elerium Excel .NET is a professional .NET component that can be used in any type of .NET (C#, VB.NET) projects. Developers can easily add functionality of create/read/write Excel files (XLS, XLSX, CSV) to WinForms / ASP.NET applications. Elerium Excel .NET has rich set of methods to edit the cells of Excel Worksheets either XLS XLSX or CSV files. Code Examples (C#, VB.NET) show how to adjust cell styles, fonts, borders etc.

Elerium Excel .NET is a standalone component that compatible with .NET 2.0 and higher and does not depend on third-party libraries and Microsoft Office Automation.

Elerium Excel .NET key features:

- Excel files XLSX, XLS, CSV. - Methods for Reading / Writing Excel files (see C# VB.NET examples). - Various cell data types (numbers, strings, dates, floating point etc.)...

 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.