Winsoft Office Component Suite v3.3 for Delphi/C++ Builder 5 - 10.4 Sydney Full Source
Winsoft Office Component Suite v3.3 for Delphi/C++ Builder 5 - 10.4 Sydney Full Source
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 - 10.4 and Lazarus 2.0.8
source code included in registered version
distributing components in applications is royalty free
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);
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);
Only for V.I.P
Warning! You are not allowed to view this text.