Skip to content

Commit

Permalink
Initial work for parsing excel
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschoeppach committed Oct 30, 2024
1 parent 17921fc commit f62bca2
Show file tree
Hide file tree
Showing 3 changed files with 732 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/perovskite_tandem_database/parsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def load(self):

tandem_parser = TandemParserEntryPoint(
name='TandemParser',
description='Tandem Parser for .csv files.',
mainfile_name_re='.*\.csv',
description='Tandem Parser for .xlsx files.',
mainfile_name_re='.*\.xlsx',
# mainfile_content_re='',
)
Loading

0 comments on commit f62bca2

Please sign in to comment.