摘要:
prs = Presentation('temp.pptx')xl=xlrd.open_workbook('11月分报告数据.xlsx')#幻灯片3slide=prs.slides[2]j=0for shape in slide.shapes: if not shape.has_chart: con 阅读全文
摘要:
prs = Presentation('2017年北科建第一阶段满意度调研报告V.7.0汇报.pptx')slide=prs.slides[2]j=1for shape in slide.shapes: if not shape.has_text_frame: continue text_frame 阅读全文
摘要:
prs = Presentation('2017年北科建第一阶段满意度调研报告V.7.0汇报.pptx')slide=prs.slides[4]for shape in slide.shapes: if not shape.has_table: continue else: t = shape.ta 阅读全文