Files
rogaining_srv/SumasenLibs/excel_lib/testdata/test.ini

27 lines
569 B
INI
Raw Normal View History

2024-11-03 10:49:42 +00:00
[basic]
2024-11-05 07:46:21 +09:00
template_file=certificate_template.xlsx
doc_file=certificate_[zekken_number].xlsx
2024-11-06 07:22:24 +00:00
sections=section1
2024-11-06 18:26:16 +00:00
maxcol=10
column_width=3,5,16,16,16,16,16,8,8,12,3
2024-11-03 10:49:42 +00:00
[section1]
2024-11-05 07:46:21 +09:00
template_sheet=certificate
2024-11-06 18:26:16 +00:00
sheet_name=certificate
2024-11-05 07:46:21 +09:00
groups=group1,group2
2024-11-03 10:49:42 +00:00
fit_to_width=1
orientation=portrait
[section1.group1]
2024-11-06 07:22:24 +00:00
table_name=mv_entry_details
where=zekken_number='[zekken_number]' and event_name='[event_code]'
2024-11-06 18:26:16 +00:00
group_range=A1:J12
2024-11-05 07:46:21 +09:00
2024-11-03 10:49:42 +00:00
[section1.group2]
2024-11-06 18:26:16 +00:00
table_name=v_checkins_locations
2024-11-05 07:46:21 +09:00
where=zekken_number='[zekken_number]' and event_code='[event_code]'
2024-11-06 07:22:24 +00:00
sort=path_order
2024-11-06 18:26:16 +00:00
group_range=A13:J13
2024-11-03 10:49:42 +00:00