طريقة add

add(self, item)

يضيف HtmlTableLoadOption واحد إلى هذه المجموعة.

عائدات

فهرس العنصر المضاف


def add(self, item):
    ...
معامليكتبوصف
itemHtmlTableLoadOptionخيار تحميل جدول Html واحد

add(self, table_index)

أضف HtmlTableLoadOption إلى القائمة.

عائدات


def add(self, table_index):
    ...
معامليكتبوصف
table_indexintفهرس الجدول

add(self, table_id)

أضف HtmlTableLoadOption إلى القائمة.

عائدات


def add(self, table_id):
    ...
معامليكتبوصف
table_idstrمعرف الجدول

add(self, table_index, target_sheet_index)

أضف HtmlTableLoadOption إلى القائمة.


def add(self, table_index, target_sheet_index):
    ...
معامليكتبوصف
table_indexintفهرس الجدول
target_sheet_indexintمؤشر الهدف لورقة العمل في Excel

add(self, table_id, target_sheet_index)

أضف HtmlTableLoadOption إلى القائمة.

عائدات


def add(self, table_id, target_sheet_index):
    ...
معامليكتبوصف
table_idstrمعرف الجدول
target_sheet_indexintمؤشر الهدف لورقة العمل في Excel

add(self, table_index, target_sheet_index, original_sheet_index)

أضف HtmlTableLoadOption إلى القائمة.


def add(self, table_index, target_sheet_index, original_sheet_index):
    ...
معامليكتبوصف
table_indexintفهرس الجدول
target_sheet_indexintمؤشر الهدف لورقة العمل في Excel
original_sheet_indexintالفهرس الأصلي لورقة العمل في HTML

add(self, table_id, target_sheet_index, original_sheet_index)

أضف HtmlTableLoadOption إلى القائمة.

عائدات


def add(self, table_id, target_sheet_index, original_sheet_index):
    ...
معامليكتبوصف
table_idstrمعرف الجدول
target_sheet_indexintمؤشر الهدف لورقة العمل في Excel
original_sheet_indexintالفهرس الأصلي لورقة العمل في HTML

أنظر أيضا