{% extends 'base.html.twig' %} {% block title %}Import Excel {% endblock %} {% block body %} {{ form_start(form, { 'attr': { 'class': 'excel-import-form', 'enctype': 'multipart/form-data' } }) }}
{{ form_row(form.file) }}
{{ form_row(form.submit) }}
{{ form_end(form) }} {# {% if data is not empty %}
{% for rowIndex, row in data %} {% for cellIndex, cell in row %} {% endfor %} {% endfor %}
Echantillon Start time Li Be B Na Mg Al Si P S K Ca V Cr Mn Fe Co Ni Zn Cu Ga Ge As Se Sr Mo Rh Rh2 Ag Cd Sn Sb I Ba La Ce Pt Au Hg Tl Pb Bi U
{% if cellIndex == 'StartTime' %} {% else %} {% endif %}
{% endif %} #} {% endblock %}