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