Skip to content

7. Adapters

Jos de Weger edited this page Jan 1, 2019 · 3 revisions

In order to make SheetToObjects somewhat agnostic of the source of the data (Google Sheets, Excel, etc.), the SheetMapper.Map method expects one parameter, which is a Sheet object. To provide this Sheet object, adapters are used to convert the data from the source to a Sheet object.

The following adapters are provided:

Is your data source not listed? No worries, you can always roll your own (don't forget to create a PR :))!

Clone this wiki locally