File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 2
2
<%@page contentType =" aplication/vnd.ms-excel" %>
3
3
<%
4
4
String nombreArchivo = " reporte.xls" ;
5
- response. setHeader(" Content-Disposition" , " attachment;filename" + nombreArchivo);
5
+ response. setHeader(" Content-Disposition" , " attachment;filename= " + nombreArchivo);
6
6
7
7
% >
8
8
Original file line number Diff line number Diff line change @@ -3021,6 +3021,14 @@ Numeration | File | Link | Folk | Code | Version | S
3021
3021
3022
3022
## Excel Jsps con Directivas
3023
3023
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
+
3024
3032
Numeration | File | Link | Folk | Code | Version | State | Download | Go back |
3025
3033
|:----------:|:------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
3026
3034
|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) |
You can’t perform that action at this time.
0 commit comments