Posts by IGa • 11 points
3 posts
-
0
votes1
answer41
viewsA: Excel automation
I tried using Openpyxl, a python library. But it took me a long time, because I have to learn python and use the library at the same time.
-
1
votes1
answer41
viewsQ: Excel automation
I need some way to automate a recurring work in my company: I automatically want to take tables generated in Excel, extract information from it is write in a new table. Since new tables will always…
-
0
votes1
answer78
viewsQ: Same code producing distinct results in Codeenvy and Windows 8.1
I had made the following code in codevy.io and Python installed in codenvy is 3.5.1. I took this code and put to run in windows 8 with python 3.6.1. The purpose of the code is to clean some CSV…