enable wildcards when importing .xlsx|.xlsb, tdf#72196

Change-Id: I6fbc8926d10d9028287c154a2e933d2de847cc12
This commit is contained in:
Eike Rathke 2016-02-22 21:06:45 +01:00
parent 5eaab67daa
commit 4eea29f79e

View File

@ -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;