首次提交
This commit is contained in:
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.DataSet.dll
Normal file
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.DataSet.dll
Normal file
Binary file not shown.
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.DataSet.dll.mdb
Normal file
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.DataSet.dll.mdb
Normal file
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5b87dbd17abf3e742ab088482db6fca9
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,33 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fdedf494b0dab1c4f945a9cc3dfe2ccc
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
iconMap: {}
|
||||
executionOrder: {}
|
||||
defineConstraints: []
|
||||
isPreloaded: 0
|
||||
isOverridable: 0
|
||||
isExplicitlyReferenced: 0
|
||||
validateReferences: 1
|
||||
platformData:
|
||||
- first:
|
||||
Any:
|
||||
second:
|
||||
enabled: 0
|
||||
settings: {}
|
||||
- first:
|
||||
Editor: Editor
|
||||
second:
|
||||
enabled: 1
|
||||
settings:
|
||||
DefaultValueInitialized: true
|
||||
- first:
|
||||
Windows Store Apps: WindowsStoreApps
|
||||
second:
|
||||
enabled: 0
|
||||
settings:
|
||||
CPU: AnyCPU
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.DataSet.pdb
Normal file
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.DataSet.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8ea5a917e1853ac46b957ee35ef38a32
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
71
Assets/Plugins/ExcelDataReader/ExcelDataReader.DataSet.xml
Normal file
71
Assets/Plugins/ExcelDataReader/ExcelDataReader.DataSet.xml
Normal file
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>ExcelDataReader.DataSet</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:ExcelDataReader.ExcelDataReaderExtensions">
|
||||
<summary>
|
||||
ExcelDataReader DataSet extensions
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:ExcelDataReader.ExcelDataReaderExtensions.AsDataSet(ExcelDataReader.IExcelDataReader,ExcelDataReader.ExcelDataSetConfiguration)">
|
||||
<summary>
|
||||
Converts all sheets to a DataSet
|
||||
</summary>
|
||||
<param name="self">The IExcelDataReader instance</param>
|
||||
<param name="configuration">An optional configuration object to modify the behavior of the conversion</param>
|
||||
<returns>A dataset with all workbook contents</returns>
|
||||
</member>
|
||||
<member name="T:ExcelDataReader.ExcelDataSetConfiguration">
|
||||
<summary>
|
||||
Processing configuration options and callbacks for IExcelDataReader.AsDataSet().
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ExcelDataReader.ExcelDataSetConfiguration.UseColumnDataType">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether to set the DataColumn.DataType property in a second pass.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ExcelDataReader.ExcelDataSetConfiguration.ConfigureDataTable">
|
||||
<summary>
|
||||
Gets or sets a callback to obtain configuration options for a DataTable.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ExcelDataReader.ExcelDataSetConfiguration.FilterSheet">
|
||||
<summary>
|
||||
Gets or sets a callback to determine whether to include the current sheet in the DataSet. Called once per sheet before ConfigureDataTable.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:ExcelDataReader.ExcelDataTableConfiguration">
|
||||
<summary>
|
||||
Processing configuration options and callbacks for AsDataTable().
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ExcelDataReader.ExcelDataTableConfiguration.EmptyColumnNamePrefix">
|
||||
<summary>
|
||||
Gets or sets a value indicating the prefix of generated column names.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ExcelDataReader.ExcelDataTableConfiguration.UseHeaderRow">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether to use a row from the data as column names.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ExcelDataReader.ExcelDataTableConfiguration.ReadHeaderRow">
|
||||
<summary>
|
||||
Gets or sets a callback to determine which row is the header row. Only called when UseHeaderRow = true.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ExcelDataReader.ExcelDataTableConfiguration.FilterRow">
|
||||
<summary>
|
||||
Gets or sets a callback to determine whether to include the current row in the DataTable.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ExcelDataReader.ExcelDataTableConfiguration.FilterColumn">
|
||||
<summary>
|
||||
Gets or sets a callback to determine whether to include the specific column in the DataTable. Called once per column after reading the headers.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 63074f4d802a85442b914fe0fb7e11bf
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.dll
Normal file
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.dll
Normal file
Binary file not shown.
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.dll.mdb
Normal file
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.dll.mdb
Normal file
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dbc8ba13c33beee46b6e913deb65c2fb
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
33
Assets/Plugins/ExcelDataReader/ExcelDataReader.dll.meta
Normal file
33
Assets/Plugins/ExcelDataReader/ExcelDataReader.dll.meta
Normal file
@@ -0,0 +1,33 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c0ff4146a73594c48a0e193087837e3b
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
iconMap: {}
|
||||
executionOrder: {}
|
||||
defineConstraints: []
|
||||
isPreloaded: 0
|
||||
isOverridable: 0
|
||||
isExplicitlyReferenced: 0
|
||||
validateReferences: 1
|
||||
platformData:
|
||||
- first:
|
||||
Any:
|
||||
second:
|
||||
enabled: 0
|
||||
settings: {}
|
||||
- first:
|
||||
Editor: Editor
|
||||
second:
|
||||
enabled: 1
|
||||
settings:
|
||||
DefaultValueInitialized: true
|
||||
- first:
|
||||
Windows Store Apps: WindowsStoreApps
|
||||
second:
|
||||
enabled: 0
|
||||
settings:
|
||||
CPU: AnyCPU
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.pdb
Normal file
BIN
Assets/Plugins/ExcelDataReader/ExcelDataReader.pdb
Normal file
Binary file not shown.
7
Assets/Plugins/ExcelDataReader/ExcelDataReader.pdb.meta
Normal file
7
Assets/Plugins/ExcelDataReader/ExcelDataReader.pdb.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f76667d86ae6da6439ad559d47f214ea
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
1673
Assets/Plugins/ExcelDataReader/ExcelDataReader.xml
Normal file
1673
Assets/Plugins/ExcelDataReader/ExcelDataReader.xml
Normal file
File diff suppressed because it is too large
Load Diff
7
Assets/Plugins/ExcelDataReader/ExcelDataReader.xml.meta
Normal file
7
Assets/Plugins/ExcelDataReader/ExcelDataReader.xml.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e00e1bcf661bbcb4ca6b25e5c347fe8e
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user