While Wyam is certainly still usable, it's been rebranded and rebooted as Statiq with a ton of improvements. You almost certainly want to look there unless you're already a Wyam user.

ExcelToCsv Wyam.Tables

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()

GitHub