Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
3248e287
Commit
3248e287
authored
Jul 27, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formulas translate to checkTypeCell2
parent
8f37c556
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
65 additions
and
172 deletions
+65
-172
cell/model/FormulaObjects/lookupandreferenceFunctions.js
cell/model/FormulaObjects/lookupandreferenceFunctions.js
+1
-3
cell/model/FormulaObjects/parserFormula.js
cell/model/FormulaObjects/parserFormula.js
+64
-169
No files found.
cell/model/FormulaObjects/lookupandreferenceFunctions.js
View file @
3248e287
...
...
@@ -62,7 +62,6 @@
var
cArray
=
AscCommonExcel
.
cArray
;
var
cBaseFunction
=
AscCommonExcel
.
cBaseFunction
;
var
checkTypeCell
=
AscCommonExcel
.
checkTypeCell
;
var
checkTypeCell2
=
AscCommonExcel
.
checkTypeCell2
;
var
cFormulaFunctionGroup
=
AscCommonExcel
.
cFormulaFunctionGroup
;
...
...
@@ -760,8 +759,7 @@
}
var
c
=
new
CellAddress
(
BBox
.
r1
+
resR
,
BBox
.
c1
+
resC
);
return
this
.
value
=
checkTypeCell
(
_arg2
.
getWS
().
_getCellNoEmpty
(
c
.
getRow0
(),
c
.
getCol0
()).
getValueWithoutFormat
());
return
this
.
value
=
checkTypeCell2
(
_arg2
.
getWS
().
_getCellNoEmpty
(
c
.
getRow0
(),
c
.
getCol0
()));
}
else
{
var
arg1Range
=
arg1
.
getRange
(),
arg2Range
=
arg2
.
getRange
();
...
...
cell/model/FormulaObjects/parserFormula.js
View file @
3248e287
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment