Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. sending data to excel file

sending data to excel file

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Siddharth jain
    wrote on last edited by
    #1

    Hii all, I am new to QT.Though my question may be silly. But still, I am trying to make a general purpose form filling app. I want to get data from line edit and send it to google spreadsheet online. Can anyone help me out for this. Means i am able to store data in a file on my local drive but how to make connection so that I can send it online to shared spreadsheet.

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      https://developers.google.com/google-apps/spreadsheets/

      good luck on your journey my friend

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        From a quick look the Google Spreadsheet API documentation, it looks like they don't provide a C++ library to do that. So if you're new to programming, I'd recommend taking a look at PyQt5 so you could use the Python quickstart example of the Spreadsheet API as a base to integrate with your Qt application.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        VRoninV 1 Reply Last reply
        0
        • SGaistS SGaist

          Hi and welcome to devnet,

          From a quick look the Google Spreadsheet API documentation, it looks like they don't provide a C++ library to do that. So if you're new to programming, I'd recommend taking a look at PyQt5 so you could use the Python quickstart example of the Spreadsheet API as a base to integrate with your Qt application.

          VRoninV Offline
          VRoninV Offline
          VRonin
          wrote on last edited by
          #4

          They provide a .Net API so C++/CLI should be able to handle it

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved