__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from typing import Any
from openpyxl.descriptors.serialisable import Serialisable
from .cell_range import CellRange
class MergeCell(CellRange):
tagname: str
@property
def ref(self): ...
__attrs__: Any
def __init__(self, ref: Any | None = ...) -> None: ...
def __copy__(self): ...
class MergeCells(Serialisable):
tagname: str
# Overwritten by property below
# count: Integer
mergeCell: Any
__elements__: Any
__attrs__: Any
def __init__(self, count: Any | None = ..., mergeCell=...) -> None: ...
@property
def count(self): ...
class MergedCellRange(CellRange):
ws: Any
start_cell: Any
def __init__(self, worksheet, coord) -> None: ...
def format(self) -> None: ...
def __contains__(self, coord): ...
def __copy__(self): ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.pyi | File | 0 B | 0644 |
|
| _read_only.pyi | File | 648 B | 0644 |
|
| _reader.pyi | File | 2.34 KB | 0644 |
|
| _write_only.pyi | File | 581 B | 0644 |
|
| _writer.pyi | File | 1.47 KB | 0644 |
|
| cell_range.pyi | File | 2.11 KB | 0644 |
|
| cell_watch.pyi | File | 343 B | 0644 |
|
| controls.pyi | File | 1.32 KB | 0644 |
|
| copier.pyi | File | 191 B | 0644 |
|
| custom.pyi | File | 357 B | 0644 |
|
| datavalidation.pyi | File | 1.86 KB | 0644 |
|
| dimensions.pyi | File | 3.28 KB | 0644 |
|
| drawing.pyi | File | 200 B | 0644 |
|
| errors.pyi | File | 1.2 KB | 0644 |
|
| filters.pyi | File | 4.19 KB | 0644 |
|
| header_footer.pyi | File | 1.58 KB | 0644 |
|
| hyperlink.pyi | File | 715 B | 0644 |
|
| merge.pyi | File | 811 B | 0644 |
|
| ole.pyi | File | 1.68 KB | 0644 |
|
| page.pyi | File | 2.4 KB | 0644 |
|
| pagebreak.pyi | File | 1000 B | 0644 |
|
| picture.pyi | File | 121 B | 0644 |
|
| properties.pyi | File | 1.5 KB | 0644 |
|
| protection.pyi | File | 1.74 KB | 0644 |
|
| related.pyi | File | 290 B | 0644 |
|
| scenario.pyi | File | 1.17 KB | 0644 |
|
| smart_tag.pyi | File | 847 B | 0644 |
|
| table.pyi | File | 4.77 KB | 0644 |
|
| views.pyi | File | 2.33 KB | 0644 |
|
| worksheet.pyi | File | 3.93 KB | 0644 |
|