导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • openpyxl 3.0.9 文档 »
  • openpyxl package »
  • openpyxl.worksheet package »
  • openpyxl.worksheet.hyperlink module

openpyxl.worksheet.hyperlink module¶

class openpyxl.worksheet.hyperlink.Hyperlink(ref=None, location=None, tooltip=None, display=None, id=None, target=None)[源代码]¶

基类:openpyxl.descriptors.serialisable.Serialisable

display¶

Values must be of type <class ‘str’>

id¶

Values must be of type <class ‘str’>

location¶

Values must be of type <class ‘str’>

ref¶

Values must be of type <class ‘str’>

tagname = 'hyperlink'¶
target¶

Values must be of type <class ‘str’>

tooltip¶

Values must be of type <class ‘str’>

class openpyxl.worksheet.hyperlink.HyperlinkList(hyperlink=())[源代码]¶

基类:openpyxl.descriptors.serialisable.Serialisable

append(value)[源代码]¶
hyperlink¶

A sequence (list or tuple) that may only contain objects of the declared type

tagname = 'hyperlinks'¶

Logo

上一个主题

openpyxl.worksheet.header_footer module

下一个主题

openpyxl.worksheet.merge module

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • openpyxl 3.0.9 文档 »
  • openpyxl package »
  • openpyxl.worksheet package »
  • openpyxl.worksheet.hyperlink module
© 版权所有 2010 - 2022, See AUTHORS. 由 Sphinx 4.5.0创建。