Transforms Excel content to CSV.
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 "
.
Package
This module exists in the Wyam.Tables package which is not part of the core distribution. Add the following preprocessor directive to your configuration file to use it:
#n Wyam.Tables
Usage
ExcelToCsv()