FastExcel(Stream, Stream, Boolean, Boolean) Constructor

/// Create a new excel file from a template ///
Public Sub New( _ 
ByVal templateStream As Stream, _ 
ByVal excelStream As Stream, _ 
Optional ByVal updateExisting As Boolean = false, _ 
Optional ByVal readOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public FastExcel( 
Stream templateStream
Stream excelStream
bool updateExisting = false, 
bool readOnly = false 
)
This language is not supported or no code example is available.
public:  
FastExcel( 
Stream^ templateStream
Stream^ excelStream
bool updateExisting
bool readOnly 
)
This language is not supported or no code example is available.
public function FastExcel( 
templateStream : Stream
excelStream : Stream
updateExisting : boolean
readOnly : boolean 
);
This language is not supported or no code example is available.

Parameters

templateStream
Stream

Input Template Stream

excelStream
Stream

Output Excel Stream

updateExisting
bool

<default>

readOnly
bool

<default>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition