excelgoogle-chromehar

How to import HAR file to excel


I have to know some informations about documents loaded by a browser (e.g. chrome ) for that inspect element is good choise. Now I have to import data to an excel. Inspect element allow to save data as .har ( http archive) file.

How I can save network informations from inspect element to excel. My browser is Google chrome. I have found an answer here that gives information but no information about excel.


Solution

  • Here is a small application that can be used to convert .HAR file to csv. Further you can import csv to excel.