单项选择题

A.pd.to_excel("学生成绩.xlsx")
B.df.to_excel("学生成绩.xlsx",sheet_name=0)
C.df.to_excel("学生成绩.xlsx")
D.pd.to_excel("学生成绩.xlsx",sheet_name=”成绩”)