Qt/QML application connection with SharePoint
-
Hi All,
I have a working Qt/QML application. Now I got a requirement to access data during run-time from a SharePoint site.
Is it possible to do this using Qt/QML or C++?
If yes, then is there any library or APIs provided for accessing Sharepoint data in Qt/QML or C++ like we have in .Net or javaScript(SP)? or Is there any other way of doing it? -
As you might have already found out there are two options within sharepoint lists to export data to excel or to created a connected and linked Microsoft Access Database.
You should be able to use the second one via ODBC to access and write your needed data.
See here for the connection strings: https://connectionstrings.com/sharepoint/I haven't tested it myself so far. Would be great to get some feedback in case you got it working.