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
b87c9f7b
Commit
b87c9f7b
authored
Apr 27, 2016
by
Alexey.Musinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mobile] сборка скриптов для таблиц
parent
c70f414d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
41 deletions
+1
-41
cell/native/common.js
cell/native/common.js
+0
-38
cell/native/native.js
cell/native/native.js
+1
-3
No files found.
cell/native/common.js
View file @
b87c9f7b
...
...
@@ -40,44 +40,6 @@ var AscCH = window["AscCH"];
window
[
"
AscCommonExcel
"
]
=
{};
var
AscCommonExcel
=
window
[
"
AscCommonExcel
"
];
//-------------------------------------------------------------------------------------------------
aStandartNumFormats
=
[];
aStandartNumFormats
[
0
]
=
"
General
"
;
aStandartNumFormats
[
1
]
=
"
0
"
;
aStandartNumFormats
[
2
]
=
"
0.00
"
;
aStandartNumFormats
[
3
]
=
"
#,##0
"
;
aStandartNumFormats
[
4
]
=
"
#,##0.00
"
;
aStandartNumFormats
[
9
]
=
"
0%
"
;
aStandartNumFormats
[
10
]
=
"
0.00%
"
;
aStandartNumFormats
[
11
]
=
"
0.00E+00
"
;
aStandartNumFormats
[
12
]
=
"
# ?/?
"
;
aStandartNumFormats
[
13
]
=
"
# ??/??
"
;
aStandartNumFormats
[
14
]
=
"
m/d/yyyy
"
;
aStandartNumFormats
[
15
]
=
"
d-mmm-yy
"
;
aStandartNumFormats
[
16
]
=
"
d-mmm
"
;
aStandartNumFormats
[
17
]
=
"
mmm-yy
"
;
aStandartNumFormats
[
18
]
=
"
h:mm AM/PM
"
;
aStandartNumFormats
[
19
]
=
"
h:mm:ss AM/PM
"
;
aStandartNumFormats
[
20
]
=
"
h:mm
"
;
aStandartNumFormats
[
21
]
=
"
h:mm:ss
"
;
aStandartNumFormats
[
22
]
=
"
m/d/yyyy h:mm
"
;
aStandartNumFormats
[
37
]
=
"
#,##0_);(#,##0)
"
;
aStandartNumFormats
[
38
]
=
"
#,##0_);[Red](#,##0)
"
;
aStandartNumFormats
[
39
]
=
"
#,##0.00_);(#,##0.00)
"
;
aStandartNumFormats
[
40
]
=
"
#,##0.00_);[Red](#,##0.00)
"
;
aStandartNumFormats
[
45
]
=
"
mm:ss
"
;
aStandartNumFormats
[
46
]
=
"
[h]:mm:ss
"
;
aStandartNumFormats
[
47
]
=
"
mm:ss.0
"
;
aStandartNumFormats
[
48
]
=
"
##0.0E+0
"
;
aStandartNumFormats
[
49
]
=
"
@
"
;
aStandartNumFormatsId
=
{};
for
(
var
i
in
aStandartNumFormats
)
{
aStandartNumFormatsId
[
aStandartNumFormats
[
i
]]
=
i
-
0
;
}
//-------------------------------------------------------------------------------------------------
function
Image
()
{
this
.
src
=
""
;
this
.
onload
=
function
()
...
...
cell/native/native.js
View file @
b87c9f7b
...
...
@@ -4965,9 +4965,7 @@ function OfflineEditor () {
}
var
_s
=
new
OfflineEditor
();
function
offline_of
()
{
console
.
log
(
'
offline_open_file
'
);
_s
.
openFile
();}
function
offline_of
()
{
_s
.
openFile
();}
function
offline_stz
(
v
)
{
_s
.
zoom
=
v
;
_api
.
asc_setZoom
(
v
);}
function
offline_ds
(
x
,
y
,
width
,
height
,
ratio
,
istoplayer
)
{
_s
.
drawSheet
(
x
,
y
,
width
,
height
,
ratio
,
istoplayer
);}
function
offline_dh
(
x
,
y
,
width
,
height
,
type
,
ratio
)
{
_s
.
drawHeader
(
x
,
y
,
width
,
height
,
type
,
ratio
);}
...
...
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