Convert HDF5 Files Into Excel Workbooks
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