ratal / mdfreader

Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
Other
169 stars 74 forks source link

Export to xlsx: Columns/Signal names missing, repeating columns taken only once #134

Closed livias closed 6 years ago

livias commented 6 years ago

Pyhton version

Please write here the output of printing sys.version 3.6.3

Platform information

Please write here the output of printing platform.platform()

Numpy version

Please write here the output of printing numpy.__version__

mdfreader version

Please write here the output of printing mdfreader.__version__ current 4

Description

Export to xlsx: 6 Columns/Signal names missing among which one related to timestamp.

ratal commented 6 years ago

I will refactor completely this excel export, very old and not efficient. But just to confirm, I might have identified a bug, do you have invalid_bytes channels in your dataset after reading and before exporting ?

ratal commented 6 years ago

You can test with latest dev branch ?