NativeExcel v2.x is a powerful Delphi software for creating and editing Excel spreadsheets. It offers a user-friendly object model, support for various Excel formatting options, and boasts entirely Delphi source code. Its high-performance processing ensures quick and efficient file handling.

One of the standout features of this software is its complete documentation, which includes numerous examples. This makes it easy to navigate and utilize for developers of all levels of experience.
NativeExcel's features are impressive and extensive. Users can open any existing excel file and access any type of cell value (number, string, date, boolean, formula). Additionally, this software includes a calculation engine that can perform computation on the cells. Other features include the ability to customize cell attributes (alignment, comments, orientation, borders, background attributes) and font attributes (font name, font size, color, decoration). NativeExcel also supports images (bmp, jpg, png, emf, wmf), merged cells, and Unicode characters.
The software allows users to copy, move, delete, and insert ranges of cells with ease, and it also allows for grouping of rows and columns. Other notable features include hyperlinks support, customizable worksheet attributes (name, protection), and printing attributes (page size, orientation, margins, footer, header, page breaks).
NativeExcel also allows for reading of password-protected (encrypted) excel files and exporting workbooks and worksheets to HTML, RTF, CSV, and TSV files. It includes TDataset2Excel component, which populates a spreadsheet from TDataset descendants, and a TDBGrid2Excel component, which populates a spreadsheet from TDBGrid descendants.
Overall, NativeExcel v2.x is an excellent choice for Delphi developers looking for a high-performance solution for Excel spreadsheet creation and manipulation. Its extensive feature set, convenient object model, and pure Delphi source code make it a standout option in the market.
Version 2.8.15: Minor bug fixes
Version 2.7.4: Some improvements in the calculation engine
Version 2.7.0: Added support for reading password protected (encrypted) excel files
Version 2.6.2: Significant speed optimization for borders formatting
Version 2.6.0: Support of Defined Names has been added
Version 2.5.9: Added support of xlUnicodeCSV, xlUnicodeText file formats; Some minor fixes for compatibility with third-party components
Version 2.5.8: NativeExcel now preserves Array constants and Array Formulas
Version 2.5.6: Calculation engine has been improved; HasFormula property has been added
Version 2.5.5: Export to TSV file format has been added; Calculation engine has been improved, support of RoundUp, RoundDown functions added.
Version 2.5.4: Autofit method has been improved; Calculation engine improved; Some minor bugs fixed