Office Component Suite
Delphi and C++Builder components for seamless automation of Microsoft Office.
- Supports Microsoft Office versions 2010 - 2024
- Provides direct access to Word and Excel object model
- Compatible with Delphi/C++Builder 5 - 13 and Lazarus 4.2
- Source code included with registered version
- Royalty-free distribution in compiled applications
Order Office Component Suite $120 USD (license for one developer)
Order Office Component Suite multi-license $360 USD (license for all developers in company)
Order Office Component Suite year upgrades $60 USD (registered users only)
Order Office Component Suite year upgrades multi-license $180 USD (registered multi-license users only)
FAQ
How can I solve "Class not registered" error?
Check whether Microsoft Office 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);