parse your given har files,then build a excel file based on that file
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;