Developer tool

HAR to Excel Converter

Turn a browser network capture into a workbook with the totals already worked out: weight by host, weight by content type, slowest requests and every error. Free, private, processed in memory.

HAR XLSX
PrivConvert
Privacy-first conversion
No files stored
In-memory processing
Deleted instantly
No sign-up needed

Complete the security check to begin

The pivot tables, already built

Exporting a capture to rows is the easy half. The half that takes the time is what everybody does next: group by host to find the third party that is costing a megabyte, group by content type to see whether the weight is images or JavaScript, sort by duration to find what stalled, filter to the failures. This workbook arrives with those four answers on their own sheets, and the raw rows still there underneath if you want to check the working.

  • Summary, Requests, By host, By content type and Slowest
  • Numbers stored as numbers, so your own formulas work
  • Unmeasured sizes left blank instead of a -1 that breaks totals
  • Tokens in URLs removed, so the workbook is safe to attach to a ticket
  • Formula injection neutralised before anything reaches a cell

Want the plain rows for a script instead? Use HAR to CSV. Need the full capture with the credentials taken out? Use the HAR sanitizer.

About Converting HAR to XLSX

A HAR file is a JSON recording of everything a browser sent and received during a session, exported from the Network tab of its developer tools. It is the standard way to hand a web problem to someone who cannot reproduce it, and it captures headers, cookies, timings and response bodies in full. When you need to move away from HAR, the usual reason is simple: contains live session cookies and access tokens in plain text.

Converting your HAR data file to XLSX solves that. XLSX is the modern Microsoft Excel format — a ZIP of XML that stores multiple sheets, formulas, charts and formatting. It is the standard for business spreadsheets. In practice you gain formulas, charts and multiple sheets and open xml standard. PrivConvert runs the whole HAR-to-XLSX conversion in server memory and deletes your file the instant the XLSX is ready — nothing is stored, logged or reused.

When this conversion helps

  • You need formulas, charts and multiple sheets
  • You need open XML standard
  • You need compact and robust
  • Sharing a HAR data file with someone whose software expects XLSX

Tips for best results

  • After converting, open the XLSX and skim the formatting — complex layouts occasionally need a small touch-up.
  • Files up to 250 MB are supported, and you can batch-convert several HAR files at once; each is processed privately and deleted immediately.

How to Convert HAR to XLSX Online

Turning a HAR file into XLSX is straightforward here — upload, convert, download. What you gain with XLSX: formulas, charts and multiple sheets.

1
Upload your HAR file

Drag and drop your file into the upload area, click to browse your device, or paste a URL to a file hosted online. You can upload files up to 250 MB and batch convert up to 20 files at once.

2
Automatic conversion

Once uploaded, the conversion from HAR to XLSX starts automatically. The process runs entirely in an isolated environment - your data never leaves the secure pipeline.

3
Download your XLSX file

Your converted file is ready instantly. Click the download button to save it to your device. The file is deleted from memory immediately after download.

Why convert HAR to XLSX with PrivConvert?

PrivConvert turns your HAR into XLSX without ever storing, logging or sharing it. Here is what that looks like in practice:

Isolated sandbox

Every conversion runs in its own locked-down process with no network access, so files can never leak or interfere with one another.

No human ever sees it

Your files are handled entirely by automated code. No staff, partner or AI model ever reads, stores or trains on your data.

Zero data retention

Files are processed in volatile memory (RAM) and purged the instant your download is ready — nothing is ever written to disk, cached or backed up.

Encrypted transfers

Every upload and download is protected with TLS 1.3, so your file cannot be intercepted on the way to the server or back to you.

HAR vs XLSX - Format Comparison

FeatureHARXLSX
File extension.har.xlsx
Full nameHTTP ArchiveOffice Open XML Spreadsheet
Introduced20072007
EncodingTextBinary
EditableYesYes
Open standardYesYes
Supported by PrivConvertYes (as input)Yes (as output)
Privacy-safe conversionIn-memory, zero storage
Max file size250 MB per file
Batch supportUp to 20 files simultaneously

Trusted by thousands of users

Professionals reach for PrivConvert when the file they are converting is sensitive and cannot be left sitting on someone else’s server.

250 MB Max file size
450+ Conversion tools
0 sec File retention
100% Free to use

Frequently Asked Questions

What sheets do I get?
Five. Summary carries the headline numbers — request count, total bytes, distinct hosts and a breakdown of status codes. Requests is one row per request, the same detail as the CSV export plus a host column. By host and By content type are the two aggregations people always end up building by hand. Slowest lists the twenty-five longest requests so the worst offenders are on screen without sorting anything.
How is this different from the CSV export?
The CSV gives you the rows and leaves the analysis to you. This gives you the rows plus the pivot tables you would have built from them. If you only want to feed the data into something else, take the CSV; if you want to answer a question or send someone a finding, take the workbook.
Which host is making my page heavy?
That is the By host sheet, sorted heaviest first. It shows each host's request count, total response bytes, the sum of its request durations and how many of its responses were errors, so a single third-party script pulling a megabyte is immediately obvious.
Can I trust the totals?
The numbers are written as numbers, not text, so your own SUM and AVERAGE formulas work on them. Where the browser did not record a size or a duration, the cell is left blank rather than filled with the -1 that the HAR format uses for 'unknown' — a -1 sitting in a column is how an export quietly corrupts the first total someone writes.
Are secrets in the URLs removed?
Yes. URLs regularly carry access tokens and API keys in the query string, so every URL passes through the same cleaner used by the HAR sanitizer. A parameter whose name suggests a secret, or a value shaped like a JWT, is replaced before it reaches a cell. Headers, cookies and response bodies are not included at all.
Is it safe to open in Excel?
Yes. A status message or URL recorded from a hostile page is attacker-controlled text landing in your spreadsheet, so any value Excel would treat as a formula is neutralised first. That closes formula injection in Excel, Numbers and Google Sheets alike.
Is the sum of durations the same as page load time?
No, and the sheet does not call it that. Requests overlap, so adding up every duration gives a figure larger than the wall-clock load. Where the capture recorded the browser's own page events, DOMContentLoaded and the load event appear separately on the Summary sheet — those are the real load figures.
Is my capture kept private?
It is parsed in server memory and the workbook is returned straight to you. Nothing is written to disk, stored or logged, and the capture is gone as soon as your download completes.
How do I export a HAR from my browser?
Open developer tools, go to the Network tab, tick 'Preserve log', reload the page, then right-click the request list and choose 'Save all as HAR'. This works in Chrome, Edge, Firefox and Safari.
Are there limits?
A capture can be up to 50 MB and hold up to 50,000 requests, which covers a long recorded session comfortably. HAR files get large mostly because of embedded response bodies, and this converter ignores those.

Further Reading