Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporte de Ventas Excel

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

Tecnologías

  • Python 3
  • openpyxl

Cómo usar

  1. Clona el repositorio
  2. Instala la dependencia: pip install openpyxl
  3. Agrega tu archivo ventas.xlsx
  4. Ejecuta: python reporte.py

In English

Sales Report from Excel

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

Technologies

  • Python 3
  • openpyxl

How to use

  1. Clone the repository
  2. Install the dependency: pip install openpyxl
  3. Add your ventas.xlsx file
  4. Run: python reporte.py

About

Python script that reads an Excel file and generates a sales report with total and best customer

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages