Navigation

  • index
  • modules |
  • next |
  • previous |
  • openpyxl 3.1.3 documentation »
  • 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)[source]

Bases: 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=())[source]

Bases: Serialisable

hyperlink

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

tagname = 'hyperlinks'

Logo

Table of Contents

  • openpyxl.worksheet.hyperlink module
    • Hyperlink
      • Hyperlink.display
      • Hyperlink.id
      • Hyperlink.location
      • Hyperlink.ref
      • Hyperlink.tagname
      • Hyperlink.target
      • Hyperlink.tooltip
    • HyperlinkList
      • HyperlinkList.hyperlink
      • HyperlinkList.tagname

Previous topic

openpyxl.worksheet.header_footer module

Next topic

openpyxl.worksheet.merge module

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • openpyxl 3.1.3 documentation »
  • openpyxl package »
  • openpyxl.worksheet package »
  • openpyxl.worksheet.hyperlink module
© Copyright 2010 - 2024, See AUTHORS. Created using Sphinx 7.3.7.