https://github.com/miguelestradam3/openpyxl
Python program for basic local data management
https://github.com/miguelestradam3/openpyxl
excel openpyxl pandas python sqlite
Last synced: about 5 hours ago
JSON representation
Python program for basic local data management
- Host: GitHub
- URL: https://github.com/miguelestradam3/openpyxl
- Owner: miguelestradam3
- Created: 2025-05-25T20:56:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-07-04T05:02:13.000Z (5 days ago)
- Last Synced: 2026-07-04T06:27:34.773Z (5 days ago)
- Topics: excel, openpyxl, pandas, python, sqlite
- Language: Python
- Homepage:
- Size: 526 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLite to Excel Converter
A simple Python program that exports data from a SQLite database into an Excel workbook.
## Features
- Convert SQLite tables to Excel
- Export all tables to separate worksheets
- Preserve column names
- Easy to use
## Requirements
- Python 3.x
- pandas
- openpyxl
Install the required packages:
```bash
pip install pandas openpyxl
```
## Usage
1. Place your SQLite database in the project folder.
2. Update the database path in the script if necessary.
3. Run the program:
```bash
python app/main.py
```
The program will generate an Excel file containing the exported database tables.
## License
This project is licensed under the MIT License.