Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は試した:
link = '' for photo in photo_list: link += 'HYPERLINK("' + photo + '"; "Title");\n' worksheet.write(row, col, xlwt.Formula(link))
ただし、最初のリンクのみを配置します。
worksheet.write(row, col, xlwt.Formula(link))ループの外に置いてみましたか?
worksheet.write(row, col, xlwt.Formula(link))