Excel Component Suite





Delphi and C++ Builder components for automating Microsoft Excel.
Excel Component Suite is part of Office Component Suite
- supports Microsoft Excel 2010 - 2019
- provides direct access to Excel objects
- available for Delphi/C++ Builder 5 - 10.4 and Lazarus 2.0.8
- source code included in registered version
- distributing components in applications is royalty free
Download and order
Order Excel Component Suite $100,- USD (license for one developer)
Order Excel Component Suite multilicense $300,- USD (license for all developers in company)
Order Excel Component Suite year upgrades $50,- USD (registered users only)
Order Excel Component Suite year upgrades multilicense $150,- USD (registered multilicense users only)
FAQ
How can I solve "Class not registered" error?
Check whether Microsoft Excel is installed and try to reinstall it.
How can I export XLS file to PDF?
Check whether Microsoft Excel is installed and try to reinstall it.
How can I export XLS file to PDF?
ExcelWorkbook.Active := True; ExcelWorkbook.ExcelWorkbook.ExportAsFixedFormat(xlTypePDF, 'filename.pdf', EmptyParam, EmptyParam, EmptyParam, EmptyParam, EmptyParam, EmptyParam, EmptyParam);