1.0.5 • Published 2 years ago

har-to-excel v1.0.5

Weekly downloads
3
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago