添加读取excel文件功能

This commit is contained in:
2025-11-20 17:17:15 +08:00
parent d5d92832a8
commit 6de40a4c8a
7 changed files with 194 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>878</width>
<height>432</height>
<height>692</height>
</rect>
</property>
<property name="windowTitle">
@@ -72,6 +72,57 @@
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>590</x>
<y>410</y>
<width>69</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>700</x>
<y>410</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>生成单个EXCEL文件</string>
</property>
</widget>
<widget class="QScrollArea" name="scrollArea">
<property name="geometry">
<rect>
<x>40</x>
<y>410</y>
<width>181</width>
<height>261</height>
</rect>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>179</width>
<height>259</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2"/>
</item>
</layout>
</widget>
</widget>
</widget>
<resources/>
<connections/>