mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-14 12:06:40 +00:00
Fixed bug in translation functions of the calculation engine
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@68887 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
@@ -1987,7 +1987,7 @@ class PHPExcel_Calculation {
|
||||
} else {
|
||||
// If there's no quoted strings, then we do a simple count/replace
|
||||
$formula = preg_replace($from,$to,$formula);
|
||||
$formula = self::_translateSeparator($fromSeparator,$toSeparator,$formula);
|
||||
$formula = self::_translateSeparator($fromSeparator,$toSeparator,$formula,$inBraces);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user