Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1# Copyright (c) 2010-2020 openpyxl 

2 

3""" 

4Package metadata 

5""" 

6 

7__author__ = "See AUTHORS" 

8__author_email__ = "charlie.clark@clark-consulting.eu" 

9__license__ = "MIT" 

10__maintainer_email__ = "openpyxl-users@googlegroups.com" 

11__url__ = "https://openpyxl.readthedocs.io" 

12__version__ = "3.0.4"