{% extends "base.html" %} {% block title %}{{ _('Excel Import - Harris Matrix') }}{% endblock %} {% block content %}
{{ _('Import stratigraphic data from Excel files and generate Extended Matrix') }}
{{ _('Structured Excel format with separate sheets:') }}
us_number, unit_type, description, area, period, phase
from_us, to_us, relationship
{{ _('Supports all Extended Matrix node types: US, USM, USVA, USVB, USVC, TU, USD, SF, VSF, CON, DOC, Extractor, Combiner, property') }}
{{ _('Single sheet with inline relationships:') }}
ID: {{ _('US identifier') }}DEFINITION: {{ _('Short description') }}LONG_DESCRIPTION: {{ _('Detailed description') }}PHASE: {{ _('Archaeological phase') }}is_before, covers, is_covered_by, cuts, is_cut_by, leans_on, equals, fills
NOTES: {{ _('Additional notes') }}{{ _('Relationships specified as comma-separated US numbers in each column') }}
{{ _('Test with example files:') }}
test_20us_complete.xlsx - {{ _('Harris Template format') }}test_20us_em.xlsx - {{ _('Extended Matrix format') }}