com.grapecity.documents.excel Package / Workbook Class / save Method / save(OutputStream) Method
The file stream.
In This Topic
save(OutputStream) Method
In This Topic
Saves the workbook to the stream.
Syntax
public void save( 
   java.io.OutputStream outputStream
)

Parameters

outputStream
The file stream.
See Also