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. XlsxOptions.PreserveMakeCopy option does not work with LoadXlsxFromDirectory method.

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace