parent
ec1753f56e
commit
9693c6e245
@ -0,0 +1,9 @@
|
||||
<component name="libraryTable">
|
||||
<library name="aspose-words-24.10-jdk17">
|
||||
<CLASSES>
|
||||
<root url="jar://C:/aspose-words-24.10-jdk17.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="jdk" jdkName="Python 3.10 (py310)" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding">
|
||||
<file url="file://$PROJECT_DIR$/app.log" charset="GBK" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,14 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredPackages">
|
||||
<value>
|
||||
<list size="1">
|
||||
<item index="0" class="java.lang.String" itemvalue="st-chat" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Black">
|
||||
<option name="sdkName" value="Python 3.10 (JianYingApi-main)" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (py310)" project-jdk-type="Python SDK" />
|
||||
</project>
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/Py.iml" filepath="$PROJECT_DIR$/.idea/Py.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,25 @@
|
||||
# pip install pywin32
|
||||
# https://blog.csdn.net/weixin_42927998/article/details/115086797
|
||||
import win32com
|
||||
from win32com.client import Dispatch
|
||||
|
||||
docApp = win32com.client.Dispatch('Word.Application')
|
||||
# 是不是打Word显示
|
||||
docApp.Visible = False
|
||||
docApp.DisplayAlerts = 0
|
||||
|
||||
doc = docApp.Documents.Open("c:/b.docx")
|
||||
#
|
||||
# # 遍历文档中的所有内嵌形状
|
||||
idx = 1
|
||||
for inline_shape in doc.InlineShapes:
|
||||
if inline_shape.Type == win32com.client.constants.wdInlineShapeChart: # 检查是否为内嵌图表
|
||||
# 获取图表的标题,此项目中图表没有标题
|
||||
shape = doc.InlineShapes(idx)
|
||||
sheet = shape.Chart.ChartData.Workbook.Worksheets("Sheet1")
|
||||
# 下一个图表的索引号
|
||||
idx = idx + 1
|
||||
|
||||
# 关闭文档和Word应用
|
||||
doc.Close()
|
||||
docApp.Quit()
|
@ -0,0 +1,12 @@
|
||||
寻甸县
|
||||
禄劝县
|
||||
嵩明县
|
||||
富民县
|
||||
宁蒗县
|
||||
永胜县
|
||||
洱源县
|
||||
文山市
|
||||
西山区
|
||||
昭阳区
|
||||
鲁甸县
|
||||
宁洱县
|
@ -0,0 +1,33 @@
|
||||
人口变化及其对教育的影响
|
||||
辖区人口变化趋势对基础教育的影响
|
||||
样稿
|
||||
市教育数据统计
|
||||
区报告
|
||||
人口变化趋势对基础教育的影响修改
|
||||
人口变化趋势对基础教育的影响审稿
|
||||
人口变化趋势对基础教育的影响陈副改终稿
|
||||
县区最终版
|
||||
人口变化趋势对基础教育的影响
|
||||
人口变化及其对基础教育影响的报告
|
||||
修改终稿
|
||||
人口变化及其对教育影响的报告
|
||||
正确
|
||||
附件
|
||||
定稿
|
||||
省级课题
|
||||
人口变化及其对基础教育的影响报告
|
||||
县区
|
||||
人口变化对教育的影响
|
||||
报告
|
||||
研究报告
|
||||
文本
|
||||
修改稿
|
||||
已审核
|
||||
已经审核
|
||||
报告
|
||||
总人口数常住人口数统计局提供
|
||||
初稿
|
||||
人口变化及其对教育影响的研究
|
||||
人口变化趋势对基础教育影响的研究
|
||||
研究
|
||||
的
|
@ -0,0 +1,11 @@
|
||||
县县 县
|
||||
曲靖市马龙区 马龙区
|
||||
曲靖市麒麟区 麒麟区
|
||||
曲靖市沾益区 沾益区
|
||||
江城江城县 江城县
|
||||
墨江 墨江县
|
||||
盐津 盐津县
|
||||
盈江 盈江县
|
||||
芒市 芒市县
|
||||
宾川 宾川县
|
||||
镇康 镇康县
|
Loading…
Reference in new issue