1.0.5 • Published 3 years ago

har-to-excel v1.0.5

Weekly downloads
3
License
MIT
Repository
-
Last release
3 years ago

parse your given har files,then build a excel file based on that file

use in app

install by npm:

npm i har-to-excel -S

example:

const hte=require('har-to-excel');
let harFilePath='c:\www.baidu.com.har';
hte(harFilePath);

then,it successfully outputs; #CLI install by npm(use admin account):

npm i har-to-excel -g

then,run in your termial:

hte --src yourHarFilePath

or:

hte --help

for help;

1.0.5

3 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago