Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dilshod/xlsx2csv
/ set_dateformat
Method
set_dateformat
xlsx2csv.py:685–686 ·
view source on GitHub ↗
(self, dateformat)
Source
from the content-addressed store, hash-verified
683
self.parser = None
684
685
def
set_dateformat(self, dateformat):
686
self.dateformat = dateformat
687
688
def
set_timeformat(self, timeformat):
689
if
timeformat:
Callers
1
_convert
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected