DSL
from_excel()
from_excel(string|Path $path[, Filesystem $filesystem = new NativeLocalFilesystem() ]) : ExcelExtractor
Parameters
-
$path
: string|Path
-
-
$filesystem
: Filesystem
= new NativeLocalFilesystem()
-
to_excel()
to_excel(string|Path $path[, Filesystem $filesystem = new NativeLocalFilesystem() ]) : ExcelLoader
Parameters
-
$path
: string|Path
-
-
$filesystem
: Filesystem
= new NativeLocalFilesystem()
-
is_valid_excel_sheet_name()
is_valid_excel_sheet_name(string|ScalarFunction $sheet_name) : IsValidExcelSheetName
Parameters
-
$sheet_name
: string|ScalarFunction
-