0.0.14 • Published 7 years ago

json2xls-xml v0.0.14

Weekly downloads
42
License
-
Repository
github
Last release
7 years ago

json2xls-xml

Convert Javascript objects to XLS (XML format), based on json2officexml.

Installation

[~] ➔ npm install json2xls-xml

Usage

var j2xls = require('json2xls-xml')({ pretty : true });

var doc = {
    Foo : [
        { firstname : 'John', lastname: 'Doo'}
        , { firstname : 'Foo', lastname: 'Bar', age: 23, weight: 25.7876, birth : new Date()}
    ]
    , Bar : [
        { firstname : 'Rene', lastname: 'Malin'}
        , { firstname : 'Foo', lastname: 'foobar', age: 73, weight: 22225.33, birth : new Date()}
    ]
};

console.log(j2xls(doc));
0.0.14

7 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago