Skip to content

dmaharana/python-excel-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backup Excel Data

This project is a simple backup of excel data into a SQLite database. The backup process involves reading an Excel file and writing the data into a SQLite database.

Usage

  1. Make sure you have Python 3 installed.
  2. Clone the repository.
  3. Install the required dependencies by running pip install -r requirements.txt in the project directory.
  4. Run the backup script by running python backup/write_excel_to_sqlite.py in the project directory.

Requirements

  • Python 3
  • pandas
  • openpyxl
  • sqlalchemy

Project Structure

The project is structured as follows:

  • excel_to_sqlite.py: contains the code to read Excel data and write it to a SQLite database.
  • requirements.txt: contains the list of required Python packages.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages