Excel Automation

1

I need some way to automate a recurring job in my company: I automatically want to get tables generated in Excel, extracting information from it is writing to a new table. Since new tables will always be generated to do these calculations, then periodically my program would need to perform this task. I want to figure out how best to learn to do this and to have a quick result. What technologies are available.

    
asked by anonymous 18.07.2017 / 16:38

1 answer

0

I tried to use 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.

    
18.07.2017 / 16:46