adding hyperlinks in some cells openpyxl
问题 I have to generate an excel with summary results. The results are included in a list. Some of the elements are values and some links. I managed to generate the excel with the right format but not generate the hyperlink in some of the cells My try: from openpyxl import Workbook from openpyxl.styles import PatternFill, Border, Side, Alignment, Protection, Font, Fill from openpyxl.cell import get_column_letter def summaryMCP(self,result): c1=Column('Name',[result[0]]) c2=Column('R2 check',