Skip to content
forked from echlebek/h5xl

Convert HDF5 Files Into Excel Workbooks

License

Notifications You must be signed in to change notification settings

castillo-luis/h5xl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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

Languages

  • Python 84.0%
  • Perl 15.3%
  • Shell 0.7%