Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/openpyxl/utils/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

2 statements  

1# Copyright (c) 2010-2024 openpyxl 

2 

3 

4from .cell import ( 

5 absolute_coordinate, 

6 cols_from_range, 

7 column_index_from_string, 

8 coordinate_to_tuple, 

9 get_column_letter, 

10 get_column_interval, 

11 quote_sheetname, 

12 range_boundaries, 

13 range_to_tuple, 

14 rows_from_range, 

15) 

16 

17from .formulas import FORMULAE