Skip to content

Instantly share code, notes, and snippets.

@maydayXi
maydayXi / HomeContoller.cs
Last active January 7, 2024 10:04
download excel function
// Excel 資料下載類型
private const string EXCEL_CONTNET_TYPE =
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
private Service _Service { get; set; }
/// <summary>
/// Constructor:Initialize Data Service instance
/// </summary>
public HomeController()