Excel Component Suite
 
			 
			 
			 
			 
		Delphi and C++Builder components for seamless automation of Microsoft Excel.
		Excel Component Suite is part of Office Component Suite
		- Supports Microsoft Excel versions 2010 - 2024
- Provides direct access to 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 Excel Component Suite $100 USD (license for one developer)
			Order Excel Component Suite multi-license $300 USD (license for all developers in the company)
		Order Excel Component Suite year upgrades $50 USD (registered users only)
			Order Excel Component Suite year upgrades multi-license $150 USD (registered multi-license 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?
ExcelWorkbook.Active := True; ExcelWorkbook.ExcelWorkbook.ExportAsFixedFormat(xlTypePDF, 'filename.pdf', EmptyParam, EmptyParam, EmptyParam, EmptyParam, EmptyParam, EmptyParam, EmptyParam);