Skip to content

echlebek/h5xl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert HDF5 Files Into Excel Workbooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published