Skip to content
#

worksheet

Here are 50 public repositories matching this topic...

xlsx-import
Siemienik
Siemienik commented Oct 13, 2020

Part of #21

TODO:

  1. Create file src/mappers/integerMapper.ts with function matches to type ValueMapper<number>. Which parse value string into integer.
  2. reexport it in src/mappers/index.ts
  3. Prove that it works in unit test
  4. Describe it in Readme.md

proposed test data provider:

const dataProvider = [
  { inValue: '', expectedResult: NaN },

Improve this page

Add a description, image, and links to the worksheet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the worksheet topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.