legalese / legalese.github.io

Static assets for legalese.com
https://legalese.com/
70 stars 27 forks source link

a spreadsheet linter should test for well-formedness #108

Open mengwong opened 8 years ago

mengwong commented 8 years ago

the title of the sheet tabs should match the major column names of the Cap Table tab.

the Cap Table tab's TOTAL columns should be summing every three columns, and not miss any.

the Cap Table tab shouldn't have any "undefined" cells or reference errors.

the Security Type field of the cap table should link to the associated tab. Other fields as well.

The LegaleseMain Library link should link to the most recent version.

it should be possible to run this linter on multiple sheets from the Controller.

duplicate terms in the sheet should be flagged -- the readRows sheet interpreter just clobbers prior terms.

related to #73.