1.0.7 • Published 11 months ago

excel2array-plus v1.0.7

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

NPM version Downloads

excel2array-plus

The script allows you to convert the data copied from the table to an array

Install

npm i excel2array-plus --save

Usage

nameagegendar
Alice18female
Ben12male
simon21male
import excel2array from "excel2array-plus";

// copy the data from your excel worksheet directly
let text = `Alice	18	female
Ben	12	male
simon	21	male`;

console.log(excel2array(text));
1.0.7

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago