Skip to content

moawiah/sheet_processsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Processing Excel Sheets with Python

This is a simple code that does the following: 1- Loads data from a csv file (Excel Sheet). 2- Process some data and creates a new column of the modified data. 3- Draws a chart to present new information

Prerequisites

In order to use/run this code, you need the following:

Python3

pip3 install openpyxl

You also need a sheet of data that has three columns as follows: Quantity Transaction Price

In this code --> Price will used to provide a new price accoring to a sale percentage. An example sheet can be also found.

Running the code

The description will target Linux only

Linux

Go to a linux terminal and run the script using:

python3 app.py

Check the working directory after that in order to fine a new modified sheet file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages