Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 545 Bytes

h5xl

Convert HDF5 Files Into Excel Workbooks

Build Status

h5xl will convert any one-dimensional or two-dimensional datasets in an HDF5 file into Excel worksheets. It will name the worksheets after the path to the dataset, replacing '/' characters with '.'. Datasets with compound dtypes will have their columns reflected in the first row of the worksheet.

Example:

h5xl input.h5 output.xlsx

Dependencies:

  • numpy
  • cython
  • h5py
  • openpyxl