Years ago I remember installing excel and office components onto the component palette in delphi 5. It was either through activeX or COM, or a typelib, there was some way to install the components. the components I think you could drag and drop onto the form and then a spreadsheet would be embedded into your app (or microsoft word, etc.).
The only information I can find on the internet is about using OLEcontainers... which is a component in the system tab of delphi 5. However I do not remember it being an OLEcontainer when I used components for embedding excel, I rather remember installing actual excel and office components onto the component palette somehow... the components may have been generated from an ocx file or a typelib, I do not remember. Where does one find or obtain the files to generate the excel and office components on the component palette? are they ocx and do they come with my copy of MS Office that I have on my computer?
Are there excel COM or activex components that one can install? Am I remembering correctly, or is the only way to use excel through OLEcontainer component?
Edit: it may have also been an automation server component for excel or office