←Select platform

Save(Stream) Method

Summary

Saves the current state of the Excel workbook to the provided stream.

Syntax

C#
C++/CLI
Python
public void Save( 
   Stream stream 
) 
public:  
   void Save( 
      Stream^ stream 
   ) 
def Save(self,stream): 

Parameters

stream

A Stream to which the workbook will be saved. The stream must be writable, and it is the caller's responsibility to manage the stream's lifecycle, including opening, closing, and disposing of the stream as appropriate.

Requirements

Target Platforms

See Also

LEADWorkbook Class

LEADWorkbook Members

Leadtools.Document.LEADOffice.Sheet Namespace

Help Version 23.0.2024.4.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.LEADOffice Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.