Note: only the first 25 rows of the file are shown in this preview
{% for row in rows %}
{% for cell in row %}
{{ cell }}
{% endfor %}
{% endfor %}