Files
YunTongJackYunTask/Reportapi/MyCode.Project.WebApi/App_File/test.xls
2025-07-04 09:50:02 +08:00

31 lines
608 B
Plaintext

<html xmlns:x="urn:schemas-microsoft-com:office:excel"><head><!--[if gte mso 9]><xml>
<x:ExcelWorkbook>
<x:ExcelWorksheets>
<x:ExcelWorksheet>
<x:Name>工作表标题</x:Name>
<x:WorksheetOptions><x:Print><x:ValidPrinterInfo /></x:Print></x:WorksheetOptions>
</x:ExcelWorksheet>
</x:ExcelWorksheets>
</x:ExcelWorkbook></xml><![endif]--> </head>
<body>
<table border="1">
<tr>
<td>username</td>
<td>address</td>
<td>nickname</td>
<td>remark</td>
</tr>
<tr>
<td>test</td>
<td>test</td>
<td>test</td>
<td>test</td>
</tr>
<tr>
<td>test</td>
<td>test</td>
<td>test</td>
<td>test</td>
</tr>
</table>
</body></html>