提交小修改!

This commit is contained in:
2022-03-27 11:17:20 +08:00
parent cfc285bd0f
commit 807663444a
11 changed files with 105 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal" created-in="IU-211.7442.40">
<component name="dataSourceStorageLocal" created-in="IU-212.4746.92">
<data-source name="@10.39.0.86" uuid="18e54f09-a43b-4c32-8386-8d030a8f8277">
<database-info product="Oracle" version="Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production&#10;With the Partitioning, OLAP, Data Mining and Real Application Testing options" jdbc-version="4.0" driver-name="Oracle JDBC driver" driver-version="12.1.0.2.0" dbms="ORACLE" exact-version="0.0">
<extra-name-characters>$#</extra-name-characters>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
</set>
</option>
</component>
</project>

View File

@@ -116,6 +116,12 @@ public class DataImport
return policyList;
}
/**
* @Description: 读取单元格的数据,以字符串形式返回值。
* @Param: poi的单元格对象
* @return: java.lang.String 返回字符串形式的值
* @Author: 王炜
* @Date: 2021/6/27 **/
private static String getStringValueFromHSSFCell( HSSFCell cell )
{
String value = null;