'Declaration Public Function New( _
ByVal streamA stream, which contains the XLSX file.As System.IO.Stream _
)
public XlsxDocument(
System.IO.Stream stream
)
public: XlsxDocument(
System.IO.Stream* stream
)
public:
XlsxDocument(
System.IO.Stream^ stream
)
Parameters
- stream
- A stream, which contains the XLSX file.