python - Locating merged cell ranges in pyopenxl -


i'm working on extracting data .xlsx file using pyopenxl , pandas.

i can't find cell property (or indeed other information) indicates can find out cells merged in spreadsheets. how know cells merged together?

merged cells don't exist keep track of them.

'a1' in ws.merged_cells 

if want know ranges merged can examine merged_cell_ranges worksheet attribute.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -