1.0.7 • Published 2 years ago

excel2array-plus v1.0.7

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago