MCPcopy
hub / github.com/dilshod/xlsx2csv / set_skip_empty_lines

Method set_skip_empty_lines

xlsx2csv.py:695–696  ·  view source on GitHub ↗
(self, skip)

Source from the content-addressed store, hash-verified

693 self.floatformat = floatformat
694
695 def set_skip_empty_lines(self, skip):
696 self.skip_empty_lines = skip
697
698 def set_skip_trailing_columns(self, skip):
699 self.skip_trailing_columns = skip

Callers 1

_convertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected