Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
am-xlsx2json
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Aksimaya
am-xlsx2json
Commits
7652b370
Commit
7652b370
authored
Nov 05, 2015
by
Heddi Heryadi
💪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update example
parent
343e2a0f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
example.js
example/example.js
+2
-2
output.json
example/output.json
+1
-0
place-sample.xls
example/place-sample.xls
+0
-0
No files found.
example/example.js
View file @
7652b370
var
am_xlsx2json
=
require
(
'
../
'
)
am_xlsx2json
({
input
:
__dirname
+
'
/
testExcel.xlsx
'
,
output
:
__dirname
+
'
/
testExcel
.json
'
input
:
__dirname
+
'
/
place-sample.xls
'
,
output
:
__dirname
+
'
/
output
.json
'
},
function
(
err
,
result
)
{
if
(
err
)
{
console
.
error
(
err
);
...
...
example/output.json
0 → 100644
View file @
7652b370
This diff is collapsed.
Click to expand it.
example/place-sample.xls
0 → 100644
View file @
7652b370
File added
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