{% extends "base.html" %} {% block title %}Excel Template - {{ process.process_name }} - ScanLook{% endblock %} {% block content %}
{{ process.process_name }}
No template uploaded yet
{% endif %}Excel cell mappings are configured per-field in the Database section. Here's a summary:
{% if header_fields or detail_fields %}| Field | Excel Cell |
|---|---|
| {{ field.field_label }} |
{% if field.excel_cell %}
{{ field.excel_cell }}
{% else %}
Not mapped
{% endif %}
|
Columns only — rows start at {{ process.detail_start_row or 10 }}
| Field | Excel Column |
|---|---|
| {{ field.field_label }} |
{% if field.excel_cell %}
{{ field.excel_cell }}
{% else %}
Not mapped
{% endif %}
|
No fields defined yet. Add fields first.