Hello, I need to read the data directly from a chart and I don’t have your raw data, is there any way I can get this data directly from the chart
ex.: janeiro = 65
February = 8 …
Hi @Ryuan
Try using screen scraping and see whether you can extract the values in a pattern so you can use string manipulation to get the values you need?