Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Want to read data from excel files and write them into PostgreSQL
Forum Updated to NodeBB v4.3 + New Features

Want to read data from excel files and write them into PostgreSQL

Scheduled Pinned Locked Moved Solved QML and Qt Quick
3 Posts 2 Posters 308 Views
  • 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.
  • M Offline
    M Offline
    morphism
    wrote on last edited by
    #1

    Dear everyone

    I am pretty new to QML but really love it because QML offers nice 3D rendering together

    I am developing an app like below

    1. Read relational data from MS excel files (or MS csv files)
    2. Write them into some tables in PostgreSQL 15.2

    and vice versa ( PostgreSQL 15.2 --> MS excel files)

    But at this moment
    I am not sure whether QML has such features ( MS excel file support, PostgreSQL 15.2 support)

    So could you please help me with this issue?

    Thank you and have a great weekend

    JonBJ 1 Reply Last reply
    0
    • M morphism

      Dear everyone

      I am pretty new to QML but really love it because QML offers nice 3D rendering together

      I am developing an app like below

      1. Read relational data from MS excel files (or MS csv files)
      2. Write them into some tables in PostgreSQL 15.2

      and vice versa ( PostgreSQL 15.2 --> MS excel files)

      But at this moment
      I am not sure whether QML has such features ( MS excel file support, PostgreSQL 15.2 support)

      So could you please help me with this issue?

      Thank you and have a great weekend

      JonBJ Online
      JonBJ Online
      JonB
      wrote on last edited by
      #2

      @morphism
      QML won't have support, but Qt code supports PostgreSQL for its QSql... classes (can't say anything about version 15.2). There is limited support for Excel files (e.g. see https://wiki.qt.io/Handling_Microsoft_Excel_file_format, https://github.com/QtExcel/QXlsx) and maybe https://github.com/iamantony/qtcsv for CSV.

      M 1 Reply Last reply
      1
      • JonBJ JonB

        @morphism
        QML won't have support, but Qt code supports PostgreSQL for its QSql... classes (can't say anything about version 15.2). There is limited support for Excel files (e.g. see https://wiki.qt.io/Handling_Microsoft_Excel_file_format, https://github.com/QtExcel/QXlsx) and maybe https://github.com/iamantony/qtcsv for CSV.

        M Offline
        M Offline
        morphism
        wrote on last edited by morphism
        #3

        @JonB
        Dear JonB

        Oh, thank you very much for your valuable answers and kindness

        You saved my time a lot !

        I learned important facts from you, so I will focus on Qt itself now

        Also thank you for those links you suggest

        Have a nice Sunday and see you again, Jon

        Take care

        1 Reply Last reply
        0
        • M morphism has marked this topic as solved on

        • Login

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