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. Mysql To Excel

Mysql To Excel

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 203 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.
  • K Offline
    K Offline
    Ketan__Patel__0011
    wrote on 31 Aug 2020, 05:51 last edited by
    #1

    Hello Friends And Qt Experts

    Currently i am working on A Large MySQL Project and i have a lot's of data in my MySQL database tables and it is very hard to see in QTableView Or Other Widgets And very hard to Manage The Data.

    for this solution i have idea to save MySQL data into Any Excel File For Easy to Use and
    we can also say it for data backup

    so is there any way to save MySQL data into Excel File ?

    if you have any idea for how to do this please help any drop your suggestion

    Thanks in advance
    And I Hope you all are safe in corona pandemic

    J 1 Reply Last reply 31 Aug 2020, 06:59
    0
    • K Ketan__Patel__0011
      31 Aug 2020, 05:51

      Hello Friends And Qt Experts

      Currently i am working on A Large MySQL Project and i have a lot's of data in my MySQL database tables and it is very hard to see in QTableView Or Other Widgets And very hard to Manage The Data.

      for this solution i have idea to save MySQL data into Any Excel File For Easy to Use and
      we can also say it for data backup

      so is there any way to save MySQL data into Excel File ?

      if you have any idea for how to do this please help any drop your suggestion

      Thanks in advance
      And I Hope you all are safe in corona pandemic

      J Offline
      J Offline
      JonB
      wrote on 31 Aug 2020, 06:59 last edited by JonB
      #2

      @Ketan__Patel__0011
      From a Qt programming point of view, just read from tables outputting columns with a , separator to a .csv file, and read that into Excel.

      If you want external tools to do it, just Google for Mysql To Excel. There is a whole chapter in the MySQL docs https://dev.mysql.com/doc/mysql-for-excel/en/mysql-for-excel-import.html.

      1 Reply Last reply
      4

      1/2

      31 Aug 2020, 05:51

      • Login

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