Commit: 80b5cea
This release enhances the speed of string, numeric, time, date and datetime cell conversions. Specifically the parsing module now
- reorders the conversion logic so float is tested first
- compute time, date, and datetime formats just once and store as global variables
- differentiate strings with both numeric and text components from dates more reliably