{% extends 'base.html' %} {% block title %}Exploring File: {{ filename }}{% endblock %} {% block content %}
This page will display data from the uploaded file: {{ filename }}
| {{ col }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
No data available in this sheet.
{% endif %}