Hello,
I’m currently working on a project which consists of extracting data from various files to put them in a single file in order to create visual graphs (bar chart,Map,etc) that I must insert in a doc file (Writer )
For the first part of the project ( extraction of data from different files to a single file) , I created a Basic Macro
To create the visual graphs and to insert them in a Writer file, I would like to use Python.
I would like to know if it’s possible to combine python and my Basic. If it is what are the best resources in order to learn how to do it
Thank you for your help