support export of duplicate values conditional format to xlsx
Change-Id: I35266eabcba5e063bf296fa1d4b356f247458ea1
This commit is contained in:
parent
8384032fb7
commit
9e14712f85
1 changed files with 2 additions and 0 deletions
|
@ -815,6 +815,8 @@ const char* GetOperatorString(ScConditionMode eMode, bool& bFrmla2)
|
|||
pRet = "notBetween";
|
||||
break;
|
||||
case SC_COND_DUPLICATE:
|
||||
pRet = "duplicateValues";
|
||||
break;
|
||||
case SC_COND_NOTDUPLICATE:
|
||||
case SC_COND_DIRECT:
|
||||
case SC_COND_NONE:
|
||||
|
|
Loading…
Reference in a new issue