Skip to content
Leandro Segovia edited this page Apr 11, 2018 · 3 revisions

To start working with this gem you need to define the parser rules using de DSL. The first step is to choose from where to inherit. If you want to parse xls or xlsx you need to inherit from Parxer::XlsParser but, if you want to work with csv, you'll need to use Parxer::CsvParser.

With the DSL you can define:

You can see a DSL example in the Quick Start section.

Clone this wiki locally