GemBox.Spreadsheet

ExcelFile.LoadXlsxFromDirectory Method 

Loads all parts of XLSX file as separate files from input directory.

public void LoadXlsxFromDirectory(
   string path,
   XlsxOptions xlsxOptions
);

Parameters

path
Path of input directory.
xlsxOptions
XLS options.

Remarks

You need to use external ZIP library to extract all parts from XLSX file.

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace