Skip to content
#

workbook

Here are 59 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 },
flyingkoala

FlyingKoala turns Excel into a user interface for defining calculations in Python and so reduces the complexity for humans translating from Excel to Python and makes the calculations more transparent to other domain experts, managers, bankers and auditors.

  • Updated May 29, 2020
  • Python

Improve this page

Add a description, image, and links to the workbook 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 workbook topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.