'Declaration Public Overloads Sub Save( _ ByVal outputStream As Stream _ )
public void Save( Stream outputStream )
Parameters
- outputStream
The output stream to which to save the workbook. The stream can be of various types, for example, a MemoryStream, or an HttpResponse.OutputStream.