achoudh5 / Manipulating_Excel_Sheet

Real world application of Manipulating Excel Sheet using python.
Apache License 2.0
8 stars 14 forks source link

Improve zip.py (check tasks associated at top of file in comments and above functions as well) #6

Open achoudh5 opened 3 years ago

achoudh5 commented 3 years ago

Read a Hacktober_databse.xlsx that has mapped ip addresses to the source and destination color like in Hacktober_Inputt.xlsx

This Hacktober_database.xlsx subnets belonging to green, yellow,grey,brown etc. colors. Check for each ip address in column D and F of Hacktober_Inputt.xlsx and color the cell in Hacktober_Inputy.xlsx based on return value (which will be a color) from Hacktober_databse.xlsx.

rohitsingh2410 commented 3 years ago

@achoudh5 please assign this to me

varishtsg commented 3 years ago

Can I take this up?

achoudh5 commented 3 years ago

@varishtsg yes please, go ahead!

achoudh5 commented 3 years ago

Issue is still open and will be open until Hacktoberfest. Open a PR with your improvement!