News & Releases

Minimize
Nasosoft Component for .NET v4.0.0 Released - Friday, April 20, 2012

Nasosoft Component for .NET v4.0.0 has released with many improvements.

Nasosoft Component for .NET is a suite of comprehensive .NET controls, including EXCEL, PDF, and RTF document format engines, RTF to HTML, HTML to RTF, RTF to TEXT, HTML to TEXT document transform engines and ZIP, GZIP, TAR compression.

What's new

  • Nasosoft Barcodes
    • Support different types of industry standards 1D and 2D Barcodes.
    • Support XML serialization and deserialization.
    • Support different types of image formats, like jpeg, bitmap, png, and etc.
    • Support metafile image format.
  • Nasosoft PDF
    • Support drawing barcodes image in PDF file with Nasosoft.Barcodes.
    • Fixed several bugs in PdfDocumentEditor.

 How to Download

 
 

Nasosoft Excel for .NET

   Minimize
Nasosoft Excel for .NET Object Model
To develop solution that use Nasosoft Excel for .NET, you can interact with the objects provides by the Excel object model. Excel objects are arranged in a hierarchical order, and the main class at the top of the hierarchy is XlsWorkbook class. The XlsWorkbook class is important because most of the time you work with it in some way.
The Excel object model closely follows the Microsoft Excel Application user interfaces. The XlsWoorkbook object represents a single Excel document, the XlsWorksheet object represents a single work sheet, and so on. Each of these objects has many methods and properties that allow you to manipulate and interact with it.
Excel object model provides many objects with which you can interact. The following section briefly describes the top-level objects and how they interact with each other. These include:
  • XlsWorkbook Object
  • XlsWorksheet Object
  • XlsRange Object