新版
This commit is contained in:
BIN
packages/ExcelDataReader.3.6.0/.signature.p7s
vendored
Normal file
BIN
packages/ExcelDataReader.3.6.0/.signature.p7s
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.3.6.0/ExcelDataReader.3.6.0.nupkg
vendored
Normal file
BIN
packages/ExcelDataReader.3.6.0/ExcelDataReader.3.6.0.nupkg
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.3.6.0/lib/net20/ExcelDataReader.dll
vendored
Normal file
BIN
packages/ExcelDataReader.3.6.0/lib/net20/ExcelDataReader.dll
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.3.6.0/lib/net20/ExcelDataReader.pdb
vendored
Normal file
BIN
packages/ExcelDataReader.3.6.0/lib/net20/ExcelDataReader.pdb
vendored
Normal file
Binary file not shown.
1680
packages/ExcelDataReader.3.6.0/lib/net20/ExcelDataReader.xml
vendored
Normal file
1680
packages/ExcelDataReader.3.6.0/lib/net20/ExcelDataReader.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/ExcelDataReader.3.6.0/lib/net45/ExcelDataReader.dll
vendored
Normal file
BIN
packages/ExcelDataReader.3.6.0/lib/net45/ExcelDataReader.dll
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.3.6.0/lib/net45/ExcelDataReader.pdb
vendored
Normal file
BIN
packages/ExcelDataReader.3.6.0/lib/net45/ExcelDataReader.pdb
vendored
Normal file
Binary file not shown.
1680
packages/ExcelDataReader.3.6.0/lib/net45/ExcelDataReader.xml
vendored
Normal file
1680
packages/ExcelDataReader.3.6.0/lib/net45/ExcelDataReader.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/ExcelDataReader.3.6.0/lib/netstandard1.3/ExcelDataReader.dll
vendored
Normal file
BIN
packages/ExcelDataReader.3.6.0/lib/netstandard1.3/ExcelDataReader.dll
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.3.6.0/lib/netstandard1.3/ExcelDataReader.pdb
vendored
Normal file
BIN
packages/ExcelDataReader.3.6.0/lib/netstandard1.3/ExcelDataReader.pdb
vendored
Normal file
Binary file not shown.
1666
packages/ExcelDataReader.3.6.0/lib/netstandard1.3/ExcelDataReader.xml
vendored
Normal file
1666
packages/ExcelDataReader.3.6.0/lib/netstandard1.3/ExcelDataReader.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/ExcelDataReader.3.6.0/lib/netstandard2.0/ExcelDataReader.dll
vendored
Normal file
BIN
packages/ExcelDataReader.3.6.0/lib/netstandard2.0/ExcelDataReader.dll
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.3.6.0/lib/netstandard2.0/ExcelDataReader.pdb
vendored
Normal file
BIN
packages/ExcelDataReader.3.6.0/lib/netstandard2.0/ExcelDataReader.pdb
vendored
Normal file
Binary file not shown.
1680
packages/ExcelDataReader.3.6.0/lib/netstandard2.0/ExcelDataReader.xml
vendored
Normal file
1680
packages/ExcelDataReader.3.6.0/lib/netstandard2.0/ExcelDataReader.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/ExcelDataReader.DataSet.3.6.0/.signature.p7s
vendored
Normal file
BIN
packages/ExcelDataReader.DataSet.3.6.0/.signature.p7s
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.DataSet.3.6.0/ExcelDataReader.DataSet.3.6.0.nupkg
vendored
Normal file
BIN
packages/ExcelDataReader.DataSet.3.6.0/ExcelDataReader.DataSet.3.6.0.nupkg
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/net20/ExcelDataReader.DataSet.dll
vendored
Normal file
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/net20/ExcelDataReader.DataSet.dll
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/net20/ExcelDataReader.DataSet.pdb
vendored
Normal file
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/net20/ExcelDataReader.DataSet.pdb
vendored
Normal file
Binary file not shown.
91
packages/ExcelDataReader.DataSet.3.6.0/lib/net20/ExcelDataReader.DataSet.xml
vendored
Normal file
91
packages/ExcelDataReader.DataSet.3.6.0/lib/net20/ExcelDataReader.DataSet.xml
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
<?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>
|
||||
<member name="T:ExcelDataReader.Func`2">
|
||||
<summary>
|
||||
Encapsulates a method that has one parameter and returns a value of the type specified by the TResult parameter.
|
||||
</summary>
|
||||
<typeparam name="T1">The type of the parameter of the method that this delegate encapsulates.</typeparam>
|
||||
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
|
||||
<param name="arg1">The parameter of the method that this delegate encapsulates.</param>
|
||||
<returns>The return value of the method that this delegate encapsulates.</returns>
|
||||
</member>
|
||||
<member name="T:ExcelDataReader.Func`3">
|
||||
<summary>
|
||||
Encapsulates a method that has two parameters and returns a value of the type specified by the TResult parameter.
|
||||
</summary>
|
||||
<typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
|
||||
<typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
|
||||
<typeparam name="TResult">The type of the return value of the method that this delegate encapsulates</typeparam>
|
||||
<param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
|
||||
<param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
|
||||
<returns>The return value of the method that this delegate encapsulates.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/net35/ExcelDataReader.DataSet.dll
vendored
Normal file
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/net35/ExcelDataReader.DataSet.dll
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/net35/ExcelDataReader.DataSet.pdb
vendored
Normal file
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/net35/ExcelDataReader.DataSet.pdb
vendored
Normal file
Binary file not shown.
71
packages/ExcelDataReader.DataSet.3.6.0/lib/net35/ExcelDataReader.DataSet.xml
vendored
Normal file
71
packages/ExcelDataReader.DataSet.3.6.0/lib/net35/ExcelDataReader.DataSet.xml
vendored
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>
|
||||
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/netstandard2.0/ExcelDataReader.DataSet.dll
vendored
Normal file
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/netstandard2.0/ExcelDataReader.DataSet.dll
vendored
Normal file
Binary file not shown.
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/netstandard2.0/ExcelDataReader.DataSet.pdb
vendored
Normal file
BIN
packages/ExcelDataReader.DataSet.3.6.0/lib/netstandard2.0/ExcelDataReader.DataSet.pdb
vendored
Normal file
Binary file not shown.
71
packages/ExcelDataReader.DataSet.3.6.0/lib/netstandard2.0/ExcelDataReader.DataSet.xml
vendored
Normal file
71
packages/ExcelDataReader.DataSet.3.6.0/lib/netstandard2.0/ExcelDataReader.DataSet.xml
vendored
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>
|
||||
Reference in New Issue
Block a user