ActiveQt hosting Excel sheet
Hi, Dear Gurus,
I am looking for a way to develop a Qt container that will host e.g. an Excel sheet (or any OLE server that can be in-place activated) and be able to in-place active it (like we can do by inserting an MS Excel sheet into MS Word and then by dbl-clicking bring it into edit mode).
It would be great if Qt enables such a capability.
Do you know whether it is possible to do?
Thanks in advance!
Arman
Re: ActiveQt hosting Excel sheet
Please use QTableWidget Class .
Re: ActiveQt hosting Excel sheet
Quote:
Originally Posted by
kapoorsudhish
Please use QTableWidget Class .
It will be very appreciate if you could post the detail about how to host excel sheet in QTableWidget