powered by
Check for duplicate name in definedNames and other worksheet tables before adding table.
add_table(py_obj, table)
An openpyxl Python object.
py_obj
table
if (FALSE) { wb <- Workbook() ws <- wb$active tab = Table(displayName="Table1", ref="A1:E5") ws |> add_table(tab) ws$tables }
Run the code above in your browser using DataLab