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