I'm trying to automate xlsx works for an little bit of an time. But due to some backlogs I didn't finish it on the expected time period.
My blog contains solutions of problems i have faced during working with computers and servers
Friday, February 12, 2016
Completed first python script on Excel automation
I am happy to share that I finished excel automation for my official work.I actually used openpyxl for my xlsx automation. I feel great when I done it. Before that I thought automating an excellent work is bit difficult but once you learn to do, it's mind blowing.
Subscribe to:
Posts (Atom)
Certifications in Hiring: Valuable but Not Always Necessary
In today's competitive job market, certifications have become a common currency for both employers and job seekers. They serve as standa...
-
Normaly we think if an ADS/LDAP user unable to login means , the problem is with ADS/LDAP server , Guess what it is not Login cou...
-
While doing that above task , you may end up getting this bellow error Error: /File[C:/ProgramData/PuppetLabs/puppet/cache/facts.d]: F...
-
1. If you want to rename an file with host name of an server, just do an simple command #mv oldfilename newfilename$(hostname) ...