https://github.com/riz4d/py-xlsx
A Python script which allows you to create Excel spreadsheets with custom headers and data entry. It provides a simple way to organize and store data efficiently.
https://github.com/riz4d/py-xlsx
excelsheet excelwriter openpyxl xlsx
Last synced: 6 months ago
JSON representation
A Python script which allows you to create Excel spreadsheets with custom headers and data entry. It provides a simple way to organize and store data efficiently.
- Host: GitHub
- URL: https://github.com/riz4d/py-xlsx
- Owner: riz4d
- License: mit
- Created: 2023-09-25T17:42:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T18:21:06.000Z (about 2 years ago)
- Last Synced: 2025-02-08T07:13:55.696Z (8 months ago)
- Topics: excelsheet, excelwriter, openpyxl, xlsx
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Py-Xlsx ??
A Python script which allows you to create Excel spreadsheets with custom headers and data entry. It provides a simple way to organize and store data efficiently.
### Features
- Define custom headers for your Excel spreadsheet.
- Enter data interactively for each header.
- Save the generated spreadsheet with a custom filename.### Prerequisites
Before you begin, ensure you have met the following requirements:
- Python 3.11.5
- openpyxl library### How to Use
1. Clone this repository to your local machine.
2. Run the script in your Python environment.
3. Follow the prompts to enter header names, data, and specify the output filename.
4. The script will create an Excel file with your data.### Usage
```bash
pip install openpyxl
```
then
```bash
python3 main.py
```### License
This project is licensed under the [MIT LICENSE](LICENSE).
### Author
[](https://github.com/riz4d) |
----|
[Mohamed Rizad](https://t.me/riz4d) |
Author, Base, Bug Fixes |