REGnosys / rosetta-code-generators

Write code generators for any language, based on the rosetta DSL
Apache License 2.0
17 stars 33 forks source link

Added generators for excel and csv that can be customised further #247

Closed minesh-s-patel closed 1 year ago

minesh-s-patel commented 1 year ago

2 Simple code generators are part of this PR, CSV and Excel. They both have the same content however, there are multiple CDM files generated (one for types and one for enums) where as the Excel generator creates a single file with multiple sheets.