Write the Content in a Table

Set the contents of a table in an Excel table.

📘

Note: This operation is part of the Excel Book (BDK). To use this book, you need to first learn it in your agent.

Input Concepts

ConceptDescriptionTypeRequired
tableThe reference to the Excel table.excel table referenceYes
contentThe table object to set in the table.tableYes

Examples

use the above as the table
read the content from the table
use the above as the content
create a worksheet range in the sheet with
	the start is "A1"
	the end is "B2"
use the above as the new range
create a table on the new range
use the above as the new table
write the content in the new table