This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // 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() |