fastpyxl.utils.inference module

Type inference functions

fastpyxl.utils.inference.cast_numeric(value)[source]

Explicitly convert a string to a numeric value

fastpyxl.utils.inference.cast_percentage(value)[source]

Explicitly convert a string to numeric value and format as a percentage

fastpyxl.utils.inference.cast_time(value)[source]

Explicitly convert a string to a number and format as datetime or time