django_auxilium.utils.range module¶
-
class
django_auxilium.utils.range.AlphabeticNumbers[source]¶ Bases:
objectUtility class for dealing with numbers in alphabetical form. Useful for converting Excel column notation into numbers and vise verse.
-
class
django_auxilium.utils.range.Range[source]¶ Bases:
django_auxilium.utils.range.rangenamedtupleHelper data-structure for storing excel-type ranges.
Also has some useful range-related properties
-
columns¶ Gets the number of columns in a given range.
Returns: columns – The number of columns Return type: int
-
rows¶ Gets the number of columns in a given range.
Returns: columns – The number of columns Return type: int
-