I have the following problem, when I want to save the graphic made taking the data of my excel I get it blank ...
wb = openpyxl.load_workbook(j)
sheet = wb.get_sheet_by_name('{}'.format(itemm))
data = Reference(sheet, min_col=2, min_row=2, max...
asked by
11.07.2018 / 23:24