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 

4from .alignment import Alignment 

5from .borders import Border, Side 

6from .colors import Color 

7from .fills import PatternFill, GradientFill, Fill 

8from .fonts import Font, DEFAULT_FONT 

9from .numbers import NumberFormatDescriptor, is_date_format, is_builtin 

10from .protection import Protection 

11from .named_styles import NamedStyle