You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
363 B
11 lines
363 B
# Copyright (c) 2010-2022 openpyxl
|
|
|
|
|
|
from .alignment import Alignment
|
|
from .borders import Border, Side
|
|
from .colors import Color
|
|
from .fills import PatternFill, GradientFill, Fill
|
|
from .fonts import Font, DEFAULT_FONT
|
|
from .numbers import NumberFormatDescriptor, is_date_format, is_builtin
|
|
from .protection import Protection
|
|
from .named_styles import NamedStyle
|
|
|