You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While refactoring the ICY reader (see #21) we removed a generic Excel to CSV converter, xls_to_csv. As noted in the PR comments, a generic Excel reader can be useful for other formats. We can either readd that function, perhaps in another module since it does not follow the same read-file-to-dataframes protocol as current readers, or develop a generic Excel reader based on it (writing to CSV would be accomplished by the data package writing code).
The text was updated successfully, but these errors were encountered:
While refactoring the ICY reader (see #21) we removed a generic Excel to CSV converter,
xls_to_csv
. As noted in the PR comments, a generic Excel reader can be useful for other formats. We can either readd that function, perhaps in another module since it does not follow the same read-file-to-dataframes protocol as current readers, or develop a generic Excel reader based on it (writing to CSV would be accomplished by the data package writing code).The text was updated successfully, but these errors were encountered: