diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/openpyxl/utils/__init__.py')
-rw-r--r-- | .venv/lib/python3.12/site-packages/openpyxl/utils/__init__.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/openpyxl/utils/__init__.py b/.venv/lib/python3.12/site-packages/openpyxl/utils/__init__.py new file mode 100644 index 00000000..f6132636 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/openpyxl/utils/__init__.py @@ -0,0 +1,17 @@ +# Copyright (c) 2010-2024 openpyxl + + +from .cell import ( + absolute_coordinate, + cols_from_range, + column_index_from_string, + coordinate_to_tuple, + get_column_letter, + get_column_interval, + quote_sheetname, + range_boundaries, + range_to_tuple, + rows_from_range, +) + +from .formulas import FORMULAE |