Reads the contents of Excel Open XML documents as a table into metadata.
- Namespace
- Statiq
.Tables - Interfaces
- Base Types
graph BT
Type-->Base0["ParallelSyncMultiConfigModule"]
click Base0 "/api/Statiq.Common/ParallelSyncMultiConfigModule"
Base0-->Base1["ParallelMultiConfigModule"]
click Base1 "/api/Statiq.Common/ParallelMultiConfigModule"
Base1-->Base2["MultiConfigModuleBase"]
click Base2 "/api/Statiq.Common/MultiConfigModuleBase"
Base2-->Base3["Module"]
click Base3 "/api/Statiq.Common/Module"
Base3-->Base4["object"]
Type-.->Interface0["IModule"]
click Interface0 "/api/Statiq.Common/IModule"
Type-.->Interface1["IParallelModule"]
click Interface1 "/api/Statiq.Common/IParallelModule"
Type["ReadExcel"]
class Type type-node
Syntax
public class ReadExcel : ParallelSyncMultiConfigModule, IModule, IParallelModule
Remarks
The table array is stored in a "Table" key by default as a
IReadOnlyList<IReadOnlyList<string>>
.Constructors
Name | Summary |
---|---|
ReadExcel |
|
ReadExcel |
Properties
Name | Property Type | Summary |
---|---|---|
Configs | IReadOnlyDictionary |
Inherited from Multi
|
Force |
bool |
Inherited from Multi
|
Parallel | bool |
Indicates whether documents will be
processed by this module in parallel.
Inherited from Parallel
|