YouTubeDownloader v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
openpyxl_util.py File Reference

Util function for openpyxl. More...

Go to the source code of this file.

Classes

class  XLSCreator
 XLS file creator. More...
 

Namespaces

namespace  Source
 
namespace  Source.Util
 
namespace  Source.Util.openpyxl_util
 

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
 

Detailed Description

Util function for openpyxl.


Definition in file openpyxl_util.py.