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
c22bf5c0
Commit
c22bf5c0
authored
Feb 22, 2017
by
GoshaZotov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ previous revision
parent
c511a408
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
cell/view/WorksheetView.js
cell/view/WorksheetView.js
+4
-1
No files found.
cell/view/WorksheetView.js
View file @
c22bf5c0
...
@@ -9518,7 +9518,10 @@
...
@@ -9518,7 +9518,10 @@
var
styleForCurTable
=
t
.
model
.
workbook
.
TableStyles
.
AllStyles
[
styleInfo
.
Name
];
var
styleForCurTable
=
t
.
model
.
workbook
.
TableStyles
.
AllStyles
[
styleInfo
.
Name
];
var
headerRowCount
=
!!
(
null
===
table
.
HeaderRowCount
||
table
.
HeaderRowCount
>
0
);
var
headerRowCount
=
!!
(
null
===
table
.
HeaderRowCount
||
table
.
HeaderRowCount
>
0
);
dxf
=
styleForCurTable
.
getStyle
(
table
.
Ref
,
pasteRow
,
pasteCol
,
styleInfo
,
headerRowCount
,
table
.
HeaderRowCount
);
var
bbox
=
{
r1
:
0
,
c1
:
0
,
r2
:
table
.
Ref
.
r2
-
table
.
Ref
.
r1
,
c2
:
table
.
Ref
.
c2
-
table
.
Ref
.
c1
};
pasteRow
=
pasteRow
-
table
.
Ref
.
r1
;
pasteCol
=
pasteCol
-
table
.
Ref
.
c1
;
dxf
=
styleForCurTable
.
getStyle
(
bbox
,
pasteRow
,
pasteCol
,
styleInfo
,
headerRowCount
,
table
.
TotalsRowCount
);
}
}
return
dxf
;
return
dxf
;
...
...
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