Summary
Transforms Excel content to CSV.
- Assembly
- Wyam
.Tables .dll - Namespace
- Wyam
.Tables - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IModule"]
click Interface0 "/api/Wyam.Common.Modules/IModule"
Type["ExcelToCsv"]
class Type type-node
Syntax
public class ExcelToCsv : IModule
Remarks
This module reads the content of each input document as Excel OOXML and outputs CSV content.
The output CSV content uses
,
as separator and encloses every value in "
.
Methods
Name | Value | Summary |
---|---|---|
Execute |
IEnumerable |
This should not be called directly, instead call
IExecutionContext.Execute() if you need to execute a module from within another module.
|