vallettea / koala

Transpose your Excel calculations into python for better performances and scaling.
GNU General Public License v3.0
143 stars 60 forks source link

Clean up excellib file #234

Closed danielsjf closed 4 years ago

danielsjf commented 4 years ago

Order functions alphabetically, add unlisted functions to the list and add comments for non-defined functions. This should facilitate future contributions for new functions.

This only addresses the order and has no functional changes.

danielsjf commented 4 years ago

All tests succeed apart from 2.7

brianmay commented 4 years ago

Python 2.7 tests should pass if you rebase/merge with latest master.