ExcelWorkbookSave Method | 
| Name | Description | |
|---|---|---|
| Save | 
            Saves the Excel workbook as byte array that can be further saved into a file or send over HTTP.
            The output format (Excel 97-2003 .xls or Excel 2007-2019 or above .xlsx) is the current format of the workbook. 
              | |
| Save(Stream) | A
            Saves the workbook in the specified stream.
            The output format (Excel 97-2003 .xls or Excel 2007-2019 or above .xlsx) is the current format of the workbook. 
              | |
| Save(String) | 
            Saves the workbook as the specified file. 
            The output format (Excel 97-2003 .xls or Excel 2007-2019 or above .xlsx) is the current format of the workbook. 
              | |
| Save(HttpResponse, String) | 
            Saves the workbook to the specified HttpResponse.
            The output format (Excel 97-2003 .xls or Excel 2007-2019 or above .xlsx) is the current format of the workbook. 
              | |
| Save(HttpResponse, String, Boolean) | 
            Saves the workbook to the specified HttpResponse.
            The output format (Excel 97-2003 .xls or Excel 2007-2019 or above .xlsx) is the current format of the workbook. 
              |