__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from _typeshed import ConvertibleToInt, Unused
from collections.abc import Generator
from typing import Literal, overload
from openpyxl.descriptors import Strict
from openpyxl.descriptors.base import MinMax, String
from openpyxl.workbook.child import _WorkbookChild
from openpyxl.worksheet._read_only import ReadOnlyWorksheet
class DummyWorksheet:
title: str
def __init__(self, title: str) -> None: ...
class Reference(Strict):
min_row: MinMax[int, Literal[False]]
max_row: MinMax[int, Literal[False]]
min_col: MinMax[int, Literal[False]]
max_col: MinMax[int, Literal[False]]
range_string: String[Literal[True]]
worksheet: _WorkbookChild | ReadOnlyWorksheet | DummyWorksheet
@overload
def __init__(
self,
*,
worksheet: _WorkbookChild | ReadOnlyWorksheet | DummyWorksheet | None = None,
min_col: Unused = None,
min_row: Unused = None,
max_col: Unused = None,
max_row: Unused = None,
range_string: str,
) -> None: ...
@overload
def __init__(
self,
worksheet: _WorkbookChild | ReadOnlyWorksheet,
min_col: ConvertibleToInt,
min_row: ConvertibleToInt,
max_col: ConvertibleToInt | None = None,
max_row: ConvertibleToInt | None = None,
range_string: str | None = None,
) -> None: ...
def __len__(self) -> int: ...
def __eq__(self, other: object) -> bool: ...
@property
def rows(self) -> Generator[Reference, None, None]: ...
@property
def cols(self) -> Generator[Reference, None, None]: ...
def pop(self): ...
@property
def sheetname(self) -> str: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _3d.pyi | File | 2.65 KB | 0644 |
|
| __init__.pyi | File | 728 B | 0644 |
|
| _chart.pyi | File | 1.92 KB | 0644 |
|
| area_chart.pyi | File | 2.32 KB | 0644 |
|
| axis.pyi | File | 12.29 KB | 0644 |
|
| bar_chart.pyi | File | 3.27 KB | 0644 |
|
| bubble_chart.pyi | File | 1.76 KB | 0644 |
|
| chartspace.pyi | File | 6.15 KB | 0644 |
|
| data_source.pyi | File | 4.57 KB | 0644 |
|
| descriptors.pyi | File | 633 B | 0644 |
|
| error_bar.pyi | File | 1.99 KB | 0644 |
|
| label.pyi | File | 4.06 KB | 0644 |
|
| layout.pyi | File | 2.2 KB | 0644 |
|
| legend.pyi | File | 2.02 KB | 0644 |
|
| line_chart.pyi | File | 3.34 KB | 0644 |
|
| marker.pyi | File | 2.36 KB | 0644 |
|
| picture.pyi | File | 1.32 KB | 0644 |
|
| pie_chart.pyi | File | 3.97 KB | 0644 |
|
| pivot.pyi | File | 1.85 KB | 0644 |
|
| plotarea.pyi | File | 2.85 KB | 0644 |
|
| print_settings.pyi | File | 1.33 KB | 0644 |
|
| radar_chart.pyi | File | 1.32 KB | 0644 |
|
| reader.pyi | File | 32 B | 0644 |
|
| reference.pyi | File | 1.62 KB | 0644 |
|
| scatter_chart.pyi | File | 1.38 KB | 0644 |
|
| series.pyi | File | 4.24 KB | 0644 |
|
| series_factory.pyi | File | 211 B | 0644 |
|
| shapes.pyi | File | 2.17 KB | 0644 |
|
| stock_chart.pyi | File | 1.12 KB | 0644 |
|
| surface_chart.pyi | File | 2.34 KB | 0644 |
|
| text.pyi | File | 1.13 KB | 0644 |
|
| title.pyi | File | 1.5 KB | 0644 |
|
| trendline.pyi | File | 3.01 KB | 0644 |
|
| updown_bars.pyi | File | 711 B | 0644 |
|