Skip to content

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

Notifications You must be signed in to change notification settings

macarole/har-to-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published