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
Forum Updated to NodeBB v4.3 + New Features

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.
  • Ketan__Patel__0011K Offline
    Ketan__Patel__0011K Offline
    Ketan__Patel__0011
    wrote on 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

    JonBJ 1 Reply Last reply
    0
    • Ketan__Patel__0011K Ketan__Patel__0011

      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

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on 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

      • Login

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