-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_config.yaml
65 lines (65 loc) · 1.79 KB
/
example_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
file_name: example_output.xlsx
update_message: Updated at
cell_formats:
- format_name: normal_fmt
font_size: 11
horizontal_alignment: center
vertical_alignment: center
line_break: false
- format_name: small_fmt
font_size: 8
horizontal_alignment: left
vertical_alignment: center
line_break: false
sheets:
- sheet_name: Employees
update_date_format: small_fmt
groups:
- group_name: Employee
background_color: 4F81BD
- group_name: Employment Details
background_color: C0504D
columns:
- column_name: id
variable_name: employee_id
cell_format: normal_fmt
group: Employee
column_width: 6
- column_name: Name
variable_name: employee_name
cell_format: normal_fmt
group: Employee
column_width: 14
- column_name: Department
variable_name: department
cell_format: normal_fmt
group: Employment Details
column_width: 16
- column_name: Job Title
variable_name: job_title
cell_format: normal_fmt
group: Employment Details
column_width: 12
- sheet_name: Employees Performance
update_date_format: small_fmt
groups:
- group_name: Employee
background_color: 4F81BD
- group_name: Sales (kUSD)
background_color: 8064A2
columns:
- column_name: id
variable_name: employee_id
cell_format: normal_fmt
group: Employee
column_width: 11
- column_name: Current Year
variable_name: sales_current_year
cell_format: normal_fmt
group: Sales (kUSD)
column_width: 15
- column_name: Last Year
variable_name: sales_last_year
cell_format: normal_fmt
group: Sales (kUSD)
column_width: 15