Pyexcel, how to save a dict to csv file with pyexcel?
问题 This part of the topic is solved, see my last answer to this topic. I'm having trouble to save a dictionary using the pyexcel module. I instaled the pyxecel module with pip3 install pyexcel So I have a dictionary and I'm doing this: import pyexcel as pe myDict = {...} pe.save_as(dict = myDict, dest_file_name = "dest_file.xls") In my terminal, when I compile the code, it prints myDict but just after I have this: Otherwise unrecognized parameters were given. terminal output I look for a