enable wildcards when importing .xlsx|.xlsb, tdf#72196
Change-Id: I6fbc8926d10d9028287c154a2e933d2de847cc12
This commit is contained in:
parent
5eaab67daa
commit
4eea29f79e
@ -186,6 +186,7 @@ void WorkbookSettings::finalizeImport()
|
||||
case FILTER_BIFF:
|
||||
aPropSet.setProperty( PROP_IgnoreCase, true ); // always in Excel
|
||||
aPropSet.setProperty( PROP_RegularExpressions, false ); // not supported in Excel
|
||||
aPropSet.setProperty( PROP_Wildcards, true ); // always in Excel
|
||||
break;
|
||||
case FILTER_UNKNOWN:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user