Delete a Column from the Table

Delete a column from the table of an Excel sheet.

📘

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
columnThe reference to the column to delete.excel column referenceYes

Examples

Delete a column from the table of an Excel sheet.

get the first table
use the above as the table
get the first column
use the above as the column
delete the column from the table