1.5.8 • Published 2 years ago

@nexys/tabular v1.5.8

Weekly downloads
118
License
MIT
Repository
-
Last release
2 years ago

Excel Tabular Generator

npm version npm version CircleCI TavisCI Deployment Publish

Turn JSON lists into Excel files (.xlsx)

Multi pages

if the input is an object: keys are worksheet names and values are the array needed to create the content of the worksheet

Styling cells

Instead of having a string with the content of a cell, use {content: 'cell content', style}. style is an object containing the style of the cell.

Documentation can be found here: Style documentation of Excel 4 Nodes

Lines to row

Sometimes structured data are newline delimited, see example below:

firstName1
lastName1
email1
firstName2
lastName2
email2

We define the following attributes: firstName lastName and email1

Lines to row then turns the above into

[
  {firstName: 'firstName1', lastName: 'lastName1', email: 'email1'},
  {firstName: 'firstName2', lastName: 'lastName2', email: 'email2'}
]

SRT to VTT

Easily convert SRT files to VTT

Resources

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.5.8

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.4.6

3 years ago

1.4.4

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago