> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Excel

Connect to Excel to create and manage spreadsheets.

<Accordion title="Convert Table To Range">
  Convert a table to a range using microsoft graph api.
</Accordion>

<Accordion title="List Tables">
  List tables in a worksheet using microsoft graph api.
</Accordion>

<Accordion title="Clear Table Filter">
  Clear a filter from a table column using microsoft graph api.
</Accordion>

<Accordion title="List Named Items">
  List named items in a workbook using microsoft graph api.
</Accordion>

<Accordion title="List Worksheets">
  List worksheets in an excel workbook using microsoft graph api.
</Accordion>

<Accordion title="Delete Table Column">
  Delete a column from a table using microsoft graph api.
</Accordion>

<Accordion title="Add Chart">
  Add a chart to a worksheet using microsoft graph api.
</Accordion>

<Accordion title="Update Table">
  Update a table in a workbook using microsoft graph api.
</Accordion>

<Accordion title="Delete Table Row">
  Delete a row from a table using microsoft graph api.
</Accordion>

<Accordion title="Get Range">
  Get a range from a worksheet using microsoft graph api.
</Accordion>

<Accordion title="List Table Rows">
  List rows in a table using microsoft graph api.
</Accordion>

<Accordion title="Add Table">
  Create a table in a workbook using microsoft graph api.
</Accordion>

<Accordion title="Update Worksheet">
  Update worksheet properties (name, position) in an excel workbook using microsoft graph api.
</Accordion>

<Accordion title="Update Chart">
  Update a chart in a worksheet using microsoft graph api.
</Accordion>

<Accordion title="Add Table Column">
  Add a column to a table using microsoft graph api.
</Accordion>

<Accordion title="Sort Range">
  Sort a range in a worksheet using microsoft graph api.
</Accordion>

<Accordion title="Update Range">
  Update a range in a worksheet using microsoft graph api.
</Accordion>

<Accordion title="List Table Columns">
  List columns in a table using microsoft graph api.
</Accordion>

<Accordion title="Add Table Row">
  Add a row to a table using microsoft graph api.
</Accordion>

<Accordion title="Add Worksheet">
  Add a new worksheet to an excel workbook using microsoft graph api.
</Accordion>

<Accordion title="Get Worksheet">
  Get a worksheet by name or id from an excel workbook using microsoft graph api.
</Accordion>

<Accordion title="Create Excel Session">
  Create a session for an excel workbook using microsoft graph api.
</Accordion>

<Accordion title="Apply Table Filter">
  Apply a filter to a table column using microsoft graph api.
</Accordion>

<Accordion title="List Charts">
  List charts in a worksheet using microsoft graph api.
</Accordion>

<Accordion title="Apply Table Sort">
  Apply a sort to a table using microsoft graph api.
</Accordion>
