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

Method close

xlsx2csv.py:681–683  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

679 self.colNum = ""
680
681 def close(self):
682 # Make sure Worksheet is closed, parsers lib does not have a close() function, so simply delete it
683 self.parser = None
684
685 def set_dateformat(self, dateformat):
686 self.dateformat = dateformat

Callers 3

_convertMethod · 0.95
__del__Method · 0.80
_parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected