Also accept _xlfn.UNICODE
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
028ae1ce98
commit
63817e2d50
@@ -569,7 +569,7 @@ impl Function {
|
||||
"SEARCH" => Some(Function::Search),
|
||||
"TEXT" => Some(Function::Text),
|
||||
"TRIM" => Some(Function::Trim),
|
||||
"UNICODE" => Some(Function::Unicode),
|
||||
"UNICODE" | "_XLFN.UNICODE" => Some(Function::Unicode),
|
||||
"UPPER" => Some(Function::Upper),
|
||||
|
||||
"REPT" => Some(Function::Rept),
|
||||
|
||||
Reference in New Issue
Block a user