Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
web-apps
Commits
d50b4ee4
Commit
d50b4ee4
authored
Mar 10, 2017
by
Julia Radzhabova
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Added argument culture to asc_getFormatCells function when generate examples.
parent
dc9a4baf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
+1
-1
No files found.
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
View file @
d50b4ee4
...
...
@@ -761,7 +761,7 @@ define([
var
info
=
new
Asc
.
asc_CFormatCellsInfo
();
info
.
asc_setType
(
Asc
.
c_oAscNumFormatType
.
None
);
info
.
asc_setSymbol
(
landId
);
var
arr
=
this
.
api
.
asc_getFormatCells
(
info
);
// all formats
var
arr
=
this
.
api
.
asc_getFormatCells
(
info
,
landId
);
// all formats
text
=
this
.
api
.
asc_getLocaleExample
(
arr
[
4
],
1000.01
,
landId
);
text
=
text
+
'
'
+
this
.
api
.
asc_getLocaleExample
(
arr
[
5
],
(
new
Date
()).
getExcelDateWithTime
(),
landId
);
text
=
text
+
'
'
+
this
.
api
.
asc_getLocaleExample
(
arr
[
6
],
(
new
Date
()).
getExcelDateWithTime
(),
landId
);
...
...
Boris Kocherov
@bk
mentioned in commit
d23c3951
·
May 29, 2017
mentioned in commit
d23c3951
mentioned in commit d23c3951d624ec1d6be13109697dc1895f08af77
Toggle commit list
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