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

25 lines
496 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-03 10:49:42 +00:00
maxcol=8
[section1]
2024-11-05 07:46:21 +09:00
template_sheet=certificate
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]'
group_range=A1:H11
2024-11-05 07:46:21 +09:00
2024-11-03 10:49:42 +00:00
[section1.group2]
table_name=gps_checkins
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
group_range=A12:H12
2024-11-03 10:49:42 +00:00