Office Component Suite
Delphi and C++Builder components for automating Microsoft Office.
- supports Microsoft Office 2010 - 2019
- contains Excel and Word components
- available for Delphi/C++Builder 5 - 12 and Lazarus 2.2.6
- source code included in registered version
- distributing components in applications is royalty free
Download and order
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?
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);