有一个名为test.xlsx
的excel文件,其中有3个工作表:['Sheet1', 'Sheet2', 'Sheet3'],我如何使用Python重新排序工作表:['Sheet3', 'Sheet1', 'Sheet2']
工作簿有move_sheet()
方法