Skip to content

Commit 5253a2e

Browse files
Excel Jsps con Directivas
1 parent 097782b commit 5253a2e

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

ExcelJSP/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<table align="center" >
2+
<tr>
3+
<td align="center" style="padding=0;width=50%;">
4+
<img align="center" style="padding=0;" src="../images/porterteJSP.png" />
5+
</td>
6+
</tr>
7+
</table>

ExcelJSP/src/main/webapp/reporteExcel.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<%@page contentType="aplication/vnd.ms-excel" %>
33
<%
44
String nombreArchivo = "reporte.xls";
5-
response.setHeader("Content-Disposition", "attachment;filename" + nombreArchivo);
5+
response.setHeader("Content-Disposition", "attachment;filename=" + nombreArchivo);
66
77
%>
88

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3021,6 +3021,14 @@ Numeration | File | Link | Folk | Code | Version | S
30213021
30223022
## Excel Jsps con Directivas
30233023
3024+
<table align="center" >
3025+
<tr>
3026+
<td align="center" style="padding=0;width=50%;">
3027+
<img align="center" style="padding=0;" src="./images/porterteJSP.png" />
3028+
</td>
3029+
</tr>
3030+
</table>
3031+
30243032
Numeration | File | Link | Folk | Code | Version | State | Download | Go back |
30253033
|:----------:|:------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
30263034
|F28 | [Excel Jsps con Directivas](https://github.com/BrianMarquez3/Learning-Java/tree/main/ExcelJSP) | <img src="https://media.giphy.com/media/YIW8ZTQHpcWjaDzyAr/giphy.gif" width="17px"> | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Servlets-y-JSP) |

images/porterteJSP.png

61.5 KB
Loading

0 commit comments

Comments
 (0)