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