Script en Python que lee un archivo Excel con datos de ventas y genera un reporte automático con:
- Total de ventas
- Detalle por cliente
- Mejor cliente del periodo
- Python 3
- openpyxl
- Clona el repositorio
- Instala la dependencia: pip install openpyxl
- Agrega tu archivo ventas.xlsx
- Ejecuta: python reporte.py
In English
Python script that reads an Excel file with sales data and automatically generates a report with:
- Total sales
- Detail per customer
- Best customer of the period
- Python 3
- openpyxl
- Clone the repository
- Install the dependency: pip install openpyxl
- Add your ventas.xlsx file
- Run: python reporte.py