Giter VIP home page Giter VIP logo

a-r-excel-query's Introduction

A-R-Excel-Query

An open source python software which let you open any excel file, view the data, copy or modify if required, download the modified data in excel, generate SQL query for inserting the raw data in database and close it.

Why use it?

It will directly generated a SQL query for inserting the whole data in database from a table grid so you don't have to mannually insert the data or develop a functionality to do this.

How to use

For developer

Step 1 : Download the depency which are required:

Python must be install in system. Dowload libraries PyQt6, pandas using command

It is recommended to use virtual environment

  pip install pandas
  pip install pyqt6

Step 2 : Run using terminal:

python3 Main.py

Window will appear image

Step 3 : Open the excel file you want to view,edit,modify: image

Step 4 : Excel data is loaded.:

image

Step 5 : give the table name : image

Step 6 : Click on generate query button :

image

Query is generated. Modify if required

Step 6 : Copy using copy button or ctrl+c :

image

Step 7 : Paste the query into database query tool window:

image

Step 8 : Execute the query:

image

Please note if nan value appears either remove the column and replace with the desired value.

Data is inserted in db:

image

Easy, right. Use this next time for your excel data simple operation view/edit/modify and generate query for SQL.

It's free and secure. You don't have to worry about privacy because your data will never be stolen.

For non-developer an app will be shared soon to download it where you don't have to do developer stuff ๐Ÿ˜‰

Extra

Modify excel data using double click:

Download the updated excel data:

A R

a-r-excel-query's People

Contributors

helloardanish avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.