Skip to content
Snippets Groups Projects
Commit 25521afd authored by Carsten  Rose's avatar Carsten Rose
Browse files

Fixes #7747. some doc

parent 7e7f9d55
No related branches found
No related tags found
1 merge request!120F#7747: New options to import Excel files: importNamedSheetsOnly, importSetReadDataOnly, importListSheetNames
Pipeline #1409 passed
......@@ -669,6 +669,7 @@ class Save {
$importNamedSheetsOnly = explode(',', $formElement[FE_IMPORT_NAMED_SHEETS_ONLY]);
}
// Check for keywords which needs an explicit given document type.
if ($formElement[FE_IMPORT_TYPE] === FE_IMPORT_TYPE_AUTO) {
$list = [FE_IMPORT_LIST_SHEET_NAMES, FE_IMPORT_READ_DATA_ONLY, FE_IMPORT_LIST_SHEET_NAMES];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment