GemBox.Spreadsheet

ExcelFile.LoadXlsx Method (Stream, XlsxOptions)

Loads the existing XLSX file from the input stream. (NET30 and NET 35 only)

public void LoadXlsx(
   Stream stream,
   XlsxOptions xlsxOptions
);

Parameters

stream
Input stream.
xlsxOptions
XLS options.

Remarks

This method is present only in build targeting .NET Framework 3.0 and 3.5.

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace | ExcelFile.LoadXlsx Overload List