1.0.12 • Published 3 years ago

bengali-excel-order-dictionary v1.0.12

Weekly downloads
61
License
GNU GPLv3
Repository
github
Last release
3 years ago

Excel file order formatter for Bengali & English

=========

A small library that orders a certain colomn of an excel file with dictionary like sorting and republish it. Available for Bengali and English

Installation

npm install bengali-excel-order-dictionary

Usage

var excel-order = require('bengali-excel-order-dictionary');

// import excel-order from 'bengali-excel-order-dictionary'

// use 'bng' for bengali alphabets and 'eng' for English Alphabets
// the last param true returns formatted JSON, false return void

excel-order('https://url',
"key", 5, 'bng', 'dictionary.xlsx', true).then(

el => console.log(el)

).catch(e => console.error(e))

Output should be an excel file with formatted column

Tests

not yet written

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

1.0.12

3 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago