Learn R Programming

xlcharts (version 0.0.1)

add_table: Check for duplicate name in definedNames and other worksheet tables before adding table.

Description

Check for duplicate name in definedNames and other worksheet tables before adding table.

Usage

add_table(py_obj, table)

Value

An openpyxl Python object.

Arguments

py_obj

py_obj

table

table

Examples

Run this code
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