YouTubeDownloader v1.1.2
YouTube content downloader
|
Classes | |
class | XLSCreator |
XLS file creator. More... | |
Variables | |
str | COLOR_BLACK = "000000" |
str | COLOR_BLUE = "0000FF" |
str | COLOR_BROWN = "A52A2A" |
str | COLOR_GREEN = "00FF00" |
str | COLOR_GREY = "BEBEBE" |
str | COLOR_ORANGE = "FFA500" |
str | COLOR_RED = "FF0000" |
str | COLOR_VIOLET = "EE82EE" |
str | COLOR_WHITE = "FFFFFF" |
str | COLOR_YELLOW = "FFFF00" |
str | FONT_NAME = "Calibri" |
int | FONT_SIZE = 11 |
int | MAX_COLUMN_WIDTH = 30 |
float | MAX_ROW_HEIGHT = 1.3 |
str | NUMBER_FORMAT_CURRENCY = "#,##0.00" |
str | NUMBER_FORMAT_DATETIME = "YYYY-MM-DD HH:MM:SS" |
str | NUMBER_FORMAT_EUR = "#,##0.00 €" |
str | NUMBER_FORMAT_PERCENT = "0%" |
str | NUMBER_FORMAT_TIME = "hh:mm" |
int | PAGE_MARGIN_FACTOR = 1 / 2.54 |
THIN_BORDER | |
str COLOR_BLACK = "000000" |
Definition at line 24 of file openpyxl_util.py.
str COLOR_BLUE = "0000FF" |
Definition at line 25 of file openpyxl_util.py.
str COLOR_BROWN = "A52A2A" |
Definition at line 26 of file openpyxl_util.py.
str COLOR_GREEN = "00FF00" |
Definition at line 28 of file openpyxl_util.py.
str COLOR_GREY = "BEBEBE" |
Definition at line 27 of file openpyxl_util.py.
str COLOR_ORANGE = "FFA500" |
Definition at line 29 of file openpyxl_util.py.
str COLOR_RED = "FF0000" |
Definition at line 30 of file openpyxl_util.py.
str COLOR_VIOLET = "EE82EE" |
Definition at line 31 of file openpyxl_util.py.
str COLOR_WHITE = "FFFFFF" |
Definition at line 32 of file openpyxl_util.py.
str COLOR_YELLOW = "FFFF00" |
Definition at line 33 of file openpyxl_util.py.
str FONT_NAME = "Calibri" |
Definition at line 19 of file openpyxl_util.py.
int FONT_SIZE = 11 |
Definition at line 18 of file openpyxl_util.py.
int MAX_COLUMN_WIDTH = 30 |
Definition at line 20 of file openpyxl_util.py.
float MAX_ROW_HEIGHT = 1.3 |
Definition at line 21 of file openpyxl_util.py.
str NUMBER_FORMAT_CURRENCY = "#,##0.00" |
Definition at line 40 of file openpyxl_util.py.
str NUMBER_FORMAT_DATETIME = "YYYY-MM-DD HH:MM:SS" |
Definition at line 43 of file openpyxl_util.py.
str NUMBER_FORMAT_EUR = "#,##0.00 €" |
Definition at line 41 of file openpyxl_util.py.
str NUMBER_FORMAT_PERCENT = "0%" |
Definition at line 42 of file openpyxl_util.py.
str NUMBER_FORMAT_TIME = "hh:mm" |
Definition at line 44 of file openpyxl_util.py.
int PAGE_MARGIN_FACTOR = 1 / 2.54 |
Definition at line 46 of file openpyxl_util.py.
THIN_BORDER |
Definition at line 35 of file openpyxl_util.py.