摘要: from pptx import Presentationfrom pptx.util import Inchesfrom pptx.enum.text import MSO_AUTO_SIZEfrom pptx.enum.chart import XL_TICK_MARKfrom pptx.uti 阅读全文
posted @ 2017-12-24 21:08 沧海一粒水 阅读(319) 评论(0) 推荐(0) 编辑
摘要: prs = Presentation('2017年北科建第一阶段满意度调研报告V.7.0汇报.pptx')slide=prs.slides[8]for shape in slide.shapes: if not shape.has_chart: continue else: chart = shap 阅读全文
posted @ 2017-12-24 18:36 沧海一粒水 阅读(485) 评论(0) 推荐(0) 编辑