OLE access via Delphi/FPC Lazarus

I wrote some components to use Libre Office through the OLE API. This all worked great as of Libre Office version 6.2. However, now that I have upgraded to 7.x I am getting a class not found error message. Is there a migration guide that will tell me everything that changed in the OLE API?

Thanks,
Jason Wharton

Hello, good afternoon, I created a component to work with scalc as if it were a dataset

You can create a for to go through the worksheet and use the getValue function, to access the positions you want to get the value, there is a Demo next to the project showing how to use it. look at its source, you can either load a spreadsheet inside it, or create one from scratch.

Follow the project on github