Saves the current state of the Excel workbook to a file specified by the given file path.
| Overload | Description |
|---|---|
| Save(Stream) | Saves the current state of the Excel workbook to the provided stream. |
| Save(string) | Saves the current state of the Excel workbook to a file specified by the given file path. |