Converter
Open a Parquet file in Excel
Excel cannot open a .parquet file by double-clicking — it is a compressed, columnar format Excel does not read natively. If a colleague or a pipeline just handed you one, you have two practical options.
The fastest: convert it in your browser. Open the file in viewparquet (processed locally, never uploaded), export to CSV, and open that CSV in Excel — under a minute, no install, works on locked-down corporate Windows machines. Direct .xlsx export from viewparquet is planned.
The built-in alternative: recent Microsoft 365 versions can import Parquet via Power Query (Data → Get Data → From File → From Parquet). It works, but it is a heavier import flow, and older Excel versions do not have it.
Try it on your own file
Drop a Parquet, GeoParquet, CSV, or JSON file into viewparquet — browse rows, run DuckDB SQL, and export results, all locally in your browser. Nothing is uploaded.