@ -48,6 +48,7 @@ xmlns:th="http://www.thymeleaf.org">
<tbody>
<tr th:each="row: ${xlsx.values()}">
<td th:if="${rowStat.count} > 1" th:each="cell : ${row}">
<!-- <td th:each="cell : ${row}"></td> -->
<span th:text="${cell.content}"></span>
</td>
</tr>