Skip to content

Commit

Permalink
Importer must import data values from xls
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejmets committed Oct 18, 2024
1 parent 0b5369d commit a5a45a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senaite/timeseries/importer/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TimeSeriesParser(InstrumentXLSResultsFileParser):

def __init__(self, infile, worksheet=2, encoding=None, instrument_uid=None):
InstrumentXLSResultsFileParser.__init__(
self, infile, worksheet=worksheet, encoding=encoding
self, infile, worksheet=worksheet, encoding=encoding, data_only=True
)
self._end_header = False
self._ar_id = None
Expand Down

0 comments on commit a5a45a0

Please sign in to comment.