Office Component Suite

Excel Application Excel Workbook Excel Worksheet Excel Chart Excel Range Word Application Word Document Word Range
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

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);

Related links