User bio
404 bio not found
Member since Jul 25, 2017
Posts:
Replies:
Put your variables into parentheses, i.e.
return {"value1":(val1), "value2":(val2)}
Could you please run the following commands in a terminal session:
write $zv
set exl=##class(%SYS.Python).Import("openpyxl")
set wbk=exl."load_workbook"( "your path_and_filename.xlsx" )
set sht=wbk.active
set cel=sht.cell(row,col) // ROW and COL should point to a date-cell
write cel."data_type"
write cel.value.strftime("%d.%m.%Y")
Please post a screenshot here, even if you get some kind of error
Certifications & Credly badges:
Julius has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
Following:
Julius has not followed anybody yet.
Apparently, someone at ISC got a huge discount on parentheses (the easy solution) instead of requiring that these damned parentheses only be used when the assignment is an expression (and the user-friendly version would be: only when the expression contains the [ or ] operators!).
justmy2cents