KosmoKrator

productivity

Microsoft Excel MCP Gateway for AI Agents

Expose Microsoft Excel tools to Claude Code, Cursor, Codex, and other MCP clients through the local KosmoKrator MCP gateway.

Microsoft Excel MCP Gateway

Expose Microsoft Excel to MCP clients with `kosmokrator mcp:serve --integration=microsoft-excel`.

If the client has never used KosmoKrator before, install it first, then register this integration as a stdio MCP server.

Install KosmoKrator
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
Install gateway entry
kosmokrator mcp:gateway:install --integration=microsoft-excel --write=deny --json
MCP configuration
{
  "mcpServers": {
    "kosmokrator-microsoft-excel": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=microsoft-excel",
        "--write=deny"
      ]
    }
  }
}
Serve manually
kosmokrator mcp:serve --integration=microsoft-excel --write=deny

Client Notes

Use one scoped MCP gateway entry, then adapt the config location to the client or framework.

Claude Code Connect local KosmoKrator integrations to Claude Code through one scoped MCP gateway entry. Claude Code can launch the local kosmo binary directly from the project MCP config.
Cursor Expose selected local integrations to Cursor through KosmoKrator without configuring each service as its own MCP server. Use the same KosmoKrator install and integration credentials that power terminal and headless runs.
Codex Use KosmoKrator as a local MCP proxy for Codex so coding sessions can reach selected integrations with explicit write policy. Keep write access denied or ask-based unless the workspace is trusted.
OpenAI Agents SDK Attach KosmoKrator integration tools to OpenAI Agents SDK workflows through a local MCP gateway. Use headless JSON commands for CI-style execution and MCP for agent tool discovery.
Claude Agent SDK Give Claude Agent SDK workflows access to KosmoKrator integrations through a local MCP server. Use a narrow integration list so the agent does not load unrelated tools.
Vercel AI SDK Use KosmoKrator as a local integration gateway for Vercel AI SDK agents and scripts. Prefer CLI JSON calls when a workflow only needs one deterministic integration operation.
LangChain Bridge LangChain agents to local KosmoKrator integration tools through MCP or headless CLI calls. Keep the gateway scoped to the integration and operation class needed by the chain.
LangGraph Run KosmoKrator integration calls from LangGraph nodes while preserving local credentials and permissions. Headless CLI calls fit repeatable graph edges; MCP fits exploratory agent nodes.
CrewAI Expose KosmoKrator integrations to CrewAI workers as scoped local tools. Use per-worker integration scopes to avoid giving every worker every tool.
Generic MCP Clients Connect any stdio-compatible MCP client to local KosmoKrator integration tools. Start with read-only write policy and expand only for trusted projects.

MCP Tool Names

KosmoKrator exposes integration tools through the gateway with stable names.

MCP toolSource functionType
integration__microsoft_excel__microsoft_excel_drives_items_get_workbook microsoft-excel.microsoft_excel_drives_items_get_workbook Read read
integration__microsoft_excel__microsoft_excel_drives_items_update_workbook microsoft-excel.microsoft_excel_drives_items_update_workbook Write write
integration__microsoft_excel__microsoft_excel_drives_items_delete_workbook microsoft-excel.microsoft_excel_drives_items_delete_workbook Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_get_application microsoft-excel.microsoft_excel_drives_items_workbook_get_application Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_update_application microsoft-excel.microsoft_excel_drives_items_workbook_update_application Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_delete_application microsoft-excel.microsoft_excel_drives_items_workbook_delete_application Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_application_calculate microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_application_calculate Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_close_session microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_close_session Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_list_comments microsoft-excel.microsoft_excel_drives_items_workbook_list_comments Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_create_comments microsoft-excel.microsoft_excel_drives_items_workbook_create_comments Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_comments_get_count_8437 microsoft-excel.microsoft_excel_drives_items_workbook_comments_get_count_8437 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_get_comments microsoft-excel.microsoft_excel_drives_items_workbook_get_comments Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_update_comments microsoft-excel.microsoft_excel_drives_items_workbook_update_comments Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_delete_comments microsoft-excel.microsoft_excel_drives_items_workbook_delete_comments Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_comments_list_replies microsoft-excel.microsoft_excel_drives_items_workbook_comments_list_replies Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_comments_create_replies microsoft-excel.microsoft_excel_drives_items_workbook_comments_create_replies Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_comments_replies_get_count_5e78 microsoft-excel.microsoft_excel_drives_items_workbook_comments_replies_get_count_5e78 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_comments_get_replies microsoft-excel.microsoft_excel_drives_items_workbook_comments_get_replies Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_comments_update_replies microsoft-excel.microsoft_excel_drives_items_workbook_comments_update_replies Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_comments_delete_replies microsoft-excel.microsoft_excel_drives_items_workbook_comments_delete_replies Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_create_session microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_create_session Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_get_functions microsoft-excel.microsoft_excel_drives_items_workbook_get_functions Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_update_functions microsoft-excel.microsoft_excel_drives_items_workbook_update_functions Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_delete_functions microsoft-excel.microsoft_excel_drives_items_workbook_delete_functions Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_abs microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_abs Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_accr_int microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_accr_int Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_accr_int_m microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_accr_int_m Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_acos microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_acos Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_acosh microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_acosh Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_acot microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_acot Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_acoth microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_acoth Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_amor_degrc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_amor_degrc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_amor_linc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_amor_linc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_and microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_and Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_arabic microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_arabic Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_areas microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_areas Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_asc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_asc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_asin microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_asin Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_asinh microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_asinh Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_atan microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_atan Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_atan2 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_atan2 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_atanh microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_atanh Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_ave_dev microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_ave_dev Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_average microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_average Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_average_a microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_average_a Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_average_if microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_average_if Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_average_ifs microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_average_ifs Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_baht_text microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_baht_text Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_base microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_base Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bessel_i microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bessel_i Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bessel_j microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bessel_j Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bessel_k microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bessel_k Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bessel_y microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bessel_y Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_beta_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_beta_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_beta_inv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_beta_inv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bin2_dec microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bin2_dec Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bin2_hex microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bin2_hex Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bin2_oct microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bin2_oct Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_binom_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_binom_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_binom_dist_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_binom_dist_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_binom_inv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_binom_inv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bitand microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bitand Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bitlshift microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bitlshift Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bitor microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bitor Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bitrshift microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bitrshift Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_bitxor microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_bitxor Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_ceiling_math microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_ceiling_math Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_ceiling_precise microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_ceiling_precise Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_char microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_char Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_chi_sq_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_chi_sq_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_chi_sq_dist_rt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_chi_sq_dist_rt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_chi_sq_inv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_chi_sq_inv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_chi_sq_inv_rt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_chi_sq_inv_rt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_choose microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_choose Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_clean microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_clean Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_code microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_code Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_columns microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_columns Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_combin microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_combin Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_combina microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_combina Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_complex microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_complex Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_concatenate microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_concatenate Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_confidence_norm microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_confidence_norm Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_confidence_t microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_confidence_t Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_convert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_convert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_cos microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_cos Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_cosh microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_cosh Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_cot microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_cot Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_coth microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_coth Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_count microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_count Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_count_a microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_count_a Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_count_blank microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_count_blank Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_count_if microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_count_if Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_count_ifs microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_count_ifs Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_day_bs microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_day_bs Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_days microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_days Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_days_nc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_days_nc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_ncd microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_ncd Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_num microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_num Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_pcd microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_coup_pcd Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_csc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_csc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_csch microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_csch Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_cum_ipmt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_cum_ipmt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_cum_princ microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_cum_princ Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_date microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_date Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_datevalue microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_datevalue Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_daverage microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_daverage Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_day microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_day Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_days microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_days Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_days360 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_days360 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_db microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_db Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dbcs microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dbcs Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dcount microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dcount Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dcount_a microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dcount_a Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_ddb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_ddb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dec2_bin microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dec2_bin Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dec2_hex microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dec2_hex Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dec2_oct microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dec2_oct Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_decimal microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_decimal Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_degrees microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_degrees Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_delta microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_delta Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dev_sq microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dev_sq Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dget microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dget Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_disc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_disc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dmax microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dmax Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dmin microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dmin Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dollar microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dollar Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dollar_de microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dollar_de Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dollar_fr microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dollar_fr Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dproduct microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dproduct Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dst_dev microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dst_dev Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dst_dev_p microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dst_dev_p Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dsum microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dsum Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_duration microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_duration Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dvar microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dvar Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_dvar_p microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_dvar_p Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_ecma_ceiling microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_ecma_ceiling Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_edate microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_edate Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_effect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_effect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_eo_month microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_eo_month Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_erf microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_erf Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_erf_c microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_erf_c Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_erf_c_precise microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_erf_c_precise Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_erf_precise microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_erf_precise Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_error_type microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_error_type Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_even microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_even Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_exact microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_exact Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_exp microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_exp Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_expon_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_expon_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_f_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_f_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_f_dist_rt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_f_dist_rt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_f_inv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_f_inv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_f_inv_rt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_f_inv_rt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_fact microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_fact Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_fact_double microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_fact_double Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_false microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_false Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_find microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_find Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_find_b microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_find_b Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_fisher microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_fisher Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_fisher_inv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_fisher_inv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_fixed microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_fixed Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_floor_math microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_floor_math Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_floor_precise microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_floor_precise Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_fv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_fv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_fvschedule microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_fvschedule Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_gamma microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_gamma Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_gamma_ln microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_gamma_ln Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_gamma_ln_precise microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_gamma_ln_precise Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_gamma_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_gamma_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_gamma_inv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_gamma_inv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_gauss microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_gauss Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_gcd microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_gcd Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_ge_step microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_ge_step Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_geo_mean microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_geo_mean Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_har_mean microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_har_mean Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_hex2_bin microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_hex2_bin Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_hex2_dec microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_hex2_dec Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_hex2_oct microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_hex2_oct Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_hlookup microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_hlookup Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_hour microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_hour Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_hyp_geom_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_hyp_geom_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_hyperlink microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_hyperlink Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_if microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_if Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_abs microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_abs Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_argument microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_argument Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_conjugate microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_conjugate Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_cos microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_cos Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_cosh microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_cosh Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_cot microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_cot Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_csc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_csc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_csch microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_csch Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_div microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_div Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_exp microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_exp Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_ln microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_ln Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_log10 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_log10 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_log2 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_log2 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_power microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_power Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_product microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_product Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_real microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_real Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sec microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sec Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sech microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sech Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sin microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sin Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sinh microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sinh Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sqrt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sqrt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sub microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sub Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sum microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_sum Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_tan microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_im_tan Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_imaginary microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_imaginary Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_int microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_int Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_int_rate microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_int_rate Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_ipmt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_ipmt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_irr microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_irr Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_err microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_err Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_error microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_error Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_even microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_even Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_formula microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_formula Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_logical microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_logical Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_na microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_na Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_non_text microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_non_text Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_number microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_number Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_odd microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_odd Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_text microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_is_text Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_iso_week_num microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_iso_week_num Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_iso_ceiling microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_iso_ceiling Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_ispmt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_ispmt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_isref microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_isref Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_kurt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_kurt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_large microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_large Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_lcm microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_lcm Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_left microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_left Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_leftb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_leftb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_len microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_len Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_lenb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_lenb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_ln microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_ln Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_log microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_log Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_log10 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_log10 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_log_norm_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_log_norm_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_log_norm_inv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_log_norm_inv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_lookup microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_lookup Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_lower microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_lower Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_match microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_match Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_max microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_max Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_max_a microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_max_a Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_mduration microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_mduration Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_median microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_median Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_mid microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_mid Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_midb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_midb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_min microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_min Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_min_a microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_min_a Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_minute microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_minute Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_mirr microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_mirr Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_mod microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_mod Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_month microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_month Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_mround microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_mround Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_multi_nomial microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_multi_nomial Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_n microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_n Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_na microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_na Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_neg_binom_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_neg_binom_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_network_days microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_network_days Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_network_days_intl microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_network_days_intl Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_nominal microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_nominal Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_norm_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_norm_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_norm_inv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_norm_inv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_norm_s_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_norm_s_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_norm_s_inv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_norm_s_inv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_not microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_not Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_now microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_now Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_nper microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_nper Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_npv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_npv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_number_value microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_number_value Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_oct2_bin microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_oct2_bin Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_oct2_dec microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_oct2_dec Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_oct2_hex microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_oct2_hex Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_odd microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_odd Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_odd_fprice microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_odd_fprice Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_odd_fyield microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_odd_fyield Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_odd_lprice microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_odd_lprice Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_odd_lyield microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_odd_lyield Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_or microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_or Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_pduration microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_pduration Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_percent_rank_exc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_percent_rank_exc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_percent_rank_inc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_percent_rank_inc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_percentile_exc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_percentile_exc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_percentile_inc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_percentile_inc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_permut microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_permut Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_permutationa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_permutationa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_phi microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_phi Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_pi microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_pi Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_pmt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_pmt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_poisson_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_poisson_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_power microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_power Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_ppmt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_ppmt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_price microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_price Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_price_disc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_price_disc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_price_mat microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_price_mat Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_product microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_product Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_proper microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_proper Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_pv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_pv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_quartile_exc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_quartile_exc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_quartile_inc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_quartile_inc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_quotient microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_quotient Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_radians microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_radians Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_rand microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_rand Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_rand_between microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_rand_between Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_rank_avg microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_rank_avg Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_rank_eq microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_rank_eq Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_rate microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_rate Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_received microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_received Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_replace microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_replace Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_replace_b microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_replace_b Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_rept microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_rept Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_right microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_right Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_rightb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_rightb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_roman microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_roman Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_round microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_round Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_round_down microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_round_down Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_round_up microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_round_up Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_rows microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_rows Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_rri microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_rri Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sec microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sec Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sech microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sech Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_second microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_second Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_series_sum microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_series_sum Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sheet microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sheets microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sheets Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sign microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sign Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sin microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sin Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sinh microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sinh Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_skew microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_skew Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_skew_p microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_skew_p Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sln microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sln Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_small microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_small Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sqrt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sqrt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sqrt_pi microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sqrt_pi Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_st_dev_a microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_st_dev_a Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_st_dev_pa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_st_dev_pa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_st_dev_p microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_st_dev_p Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_st_dev_s microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_st_dev_s Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_standardize microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_standardize Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_substitute microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_substitute Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_subtotal microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_subtotal Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sum microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sum Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sum_if microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sum_if Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sum_ifs microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sum_ifs Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_sum_sq microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_sum_sq Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_syd microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_syd Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_t microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_t Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_t_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_t_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_t_dist_2_t microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_t_dist_2_t Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_t_dist_rt microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_t_dist_rt Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_t_inv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_t_inv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_t_inv_2_t microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_t_inv_2_t Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_tan microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_tan Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_tanh microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_tanh Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_tbill_eq microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_tbill_eq Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_tbill_price microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_tbill_price Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_tbill_yield microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_tbill_yield Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_text microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_text Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_time microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_time Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_timevalue microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_timevalue Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_today microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_today Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_trim microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_trim Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_trim_mean microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_trim_mean Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_true microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_true Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_trunc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_trunc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_type microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_type Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_unichar microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_unichar Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_unicode microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_unicode Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_upper microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_upper Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_usdollar microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_usdollar Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_value microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_value Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_var_a microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_var_a Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_var_pa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_var_pa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_var_p microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_var_p Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_var_s microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_var_s Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_vdb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_vdb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_vlookup microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_vlookup Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_week_num microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_week_num Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_weekday microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_weekday Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_weibull_dist microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_weibull_dist Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_work_day microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_work_day Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_work_day_intl microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_work_day_intl Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_xirr microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_xirr Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_xnpv microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_xnpv Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_xor microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_xor Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_year microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_year Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_year_frac microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_year_frac Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_yield microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_yield Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_yield_disc microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_yield_disc Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_yield_mat microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_yield_mat Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_functions_z_test microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_functions_z_test Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_list_names microsoft-excel.microsoft_excel_drives_items_workbook_list_names Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_create_names microsoft-excel.microsoft_excel_drives_items_workbook_create_names Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_names_get_count_eada microsoft-excel.microsoft_excel_drives_items_workbook_names_get_count_eada Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_add microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_add Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_add_formula_local microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_add_formula_local Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_get_names microsoft-excel.microsoft_excel_drives_items_workbook_get_names Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_update_names microsoft-excel.microsoft_excel_drives_items_workbook_update_names Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_delete_names microsoft-excel.microsoft_excel_drives_items_workbook_delete_names Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_names_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_names_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_names_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_names_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_names_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_names_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_names_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_names_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_names_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_names_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_names_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_names_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_names_workbook_named_item_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_names_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_names_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_names_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_names_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_list_operations microsoft-excel.microsoft_excel_drives_items_workbook_list_operations Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_create_operations microsoft-excel.microsoft_excel_drives_items_workbook_create_operations Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_operations_get_count_67f8 microsoft-excel.microsoft_excel_drives_items_workbook_operations_get_count_67f8 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_get_operations microsoft-excel.microsoft_excel_drives_items_workbook_get_operations Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_update_operations microsoft-excel.microsoft_excel_drives_items_workbook_update_operations Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_delete_operations microsoft-excel.microsoft_excel_drives_items_workbook_delete_operations Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_refresh_session microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_refresh_session Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_session_info_resource microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_session_info_resource Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_table_row_operation_result microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_table_row_operation_result Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_list_tables microsoft-excel.microsoft_excel_drives_items_workbook_list_tables Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_create_tables microsoft-excel.microsoft_excel_drives_items_workbook_create_tables Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_add microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_add Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_count microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_count Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_clear_filters microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_clear_filters Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_item_at_list_columns microsoft-excel.microsoft_excel_drives_items_workbook_tables_item_at_list_columns Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_item_at_create_columns microsoft-excel.microsoft_excel_drives_items_workbook_tables_item_at_create_columns Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_convert_to_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_convert_to_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_data_body_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_data_body_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_header_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_header_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_reapply_filters microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_reapply_filters Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_item_at_list_rows microsoft-excel.microsoft_excel_drives_items_workbook_tables_item_at_list_rows Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_item_at_create_rows microsoft-excel.microsoft_excel_drives_items_workbook_tables_item_at_create_rows Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_item_at_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_item_at_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_item_at_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_item_at_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_item_at_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_item_at_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_total_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_item_at_total_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_item_at_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_item_at_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_get_tables microsoft-excel.microsoft_excel_drives_items_workbook_get_tables Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_update_tables microsoft-excel.microsoft_excel_drives_items_workbook_update_tables Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_delete_tables microsoft-excel.microsoft_excel_drives_items_workbook_delete_tables Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_clear_filters microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_clear_filters Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_list_columns microsoft-excel.microsoft_excel_drives_items_workbook_tables_list_columns Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_create_columns microsoft-excel.microsoft_excel_drives_items_workbook_tables_create_columns Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_add microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_add Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_count microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_count Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_item_at microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_item_at Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_item_at_data_body_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_item_at_data_body_range Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_item_at_get_filter microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_item_at_get_filter Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_item_at_update_filter microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_item_at_update_filter Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_item_at_delete_filter microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_item_at_delete_filter Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_item_at_header_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_item_at_header_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_item_at_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_item_at_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_item_at_total_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_item_at_total_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_get_columns microsoft-excel.microsoft_excel_drives_items_workbook_tables_get_columns Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_update_columns microsoft-excel.microsoft_excel_drives_items_workbook_tables_update_columns Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_delete_columns microsoft-excel.microsoft_excel_drives_items_workbook_tables_delete_columns Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_data_body_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_data_body_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_data_body_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_data_body_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_data_body_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_data_body_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_data_body_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_data_body_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_data_body_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_data_body_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_data_body_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_data_body_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_data_body_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_data_body_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_data_body_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_get_filter microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_get_filter Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_update_filter microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_update_filter Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_delete_filter microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_delete_filter Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_bottom_items_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_bottom_items_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_bottom_percent_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_bottom_percent_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_cell_color_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_cell_color_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_custom_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_custom_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_dynamic_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_dynamic_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_font_color_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_font_color_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_icon_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_icon_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_top_items_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_top_items_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_top_percent_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_top_percent_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_values_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_apply_values_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_filter_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_header_row_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_header_row_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_header_row_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_header_row_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_header_row_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_header_row_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_header_row_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_header_row_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_header_row_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_header_row_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_header_row_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_header_row_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_header_row_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_header_row_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_header_row_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_total_row_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_total_row_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_total_row_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_total_row_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_total_row_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_total_row_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_total_row_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_total_row_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_total_row_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_total_row_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_total_row_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_total_row_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_columns_workbook_table_column_total_row_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_columns_total_row_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_columns_total_row_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_convert_to_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_convert_to_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_data_body_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_data_body_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_data_body_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_data_body_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_data_body_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_data_body_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_data_body_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_data_body_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_data_body_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_data_body_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_data_body_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_data_body_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_data_body_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_data_body_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_data_body_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_header_row_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_header_row_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_header_row_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_header_row_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_header_row_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_header_row_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_header_row_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_header_row_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_header_row_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_header_row_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_header_row_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_header_row_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_header_row_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_header_row_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_header_row_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_reapply_filters microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_reapply_filters Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_list_rows microsoft-excel.microsoft_excel_drives_items_workbook_tables_list_rows Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_create_rows microsoft-excel.microsoft_excel_drives_items_workbook_tables_create_rows Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_add microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_add Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_count microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_count Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_item_at microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_item_at Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_item_at_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_item_at_range Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_get_rows microsoft-excel.microsoft_excel_drives_items_workbook_tables_get_rows Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_update_rows microsoft-excel.microsoft_excel_drives_items_workbook_tables_update_rows Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_delete_rows microsoft-excel.microsoft_excel_drives_items_workbook_tables_delete_rows Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_rows_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_rows_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_rows_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_rows_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_rows_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_rows_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_rows_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_rows_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_rows_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_rows_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_rows_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_rows_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_rows_workbook_table_row_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_rows_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_rows_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_sort_apply microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_sort_apply Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_sort_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_sort_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_sort_reapply microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_sort_reapply Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_total_row_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_total_row_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_total_row_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_total_row_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_total_row_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_tables_total_row_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_total_row_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_total_row_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_total_row_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_total_row_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_total_row_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_tables_total_row_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_tables_workbook_table_total_row_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_total_row_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_total_row_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_tables_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_tables_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_list_worksheets microsoft-excel.microsoft_excel_drives_items_workbook_list_worksheets Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_create_worksheets microsoft-excel.microsoft_excel_drives_items_workbook_create_worksheets Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_get_count_98c0 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_get_count_98c0 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_add microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_add Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_get_worksheets microsoft-excel.microsoft_excel_drives_items_workbook_get_worksheets Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_update_worksheets microsoft-excel.microsoft_excel_drives_items_workbook_update_worksheets Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_delete_worksheets microsoft-excel.microsoft_excel_drives_items_workbook_delete_worksheets Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_cell_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_cell_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_cell_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_cell_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_cell_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_cell_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_cell_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_cell_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_cell_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_cell_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_cell_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_cell_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_cell_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_cell_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_cell_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_list_charts microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_list_charts Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_create_charts microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_create_charts Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_add microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_add Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_count microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_count Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_get_axes microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_get_axes Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_update_axes microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_update_axes Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_delete_axes microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_delete_axes Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_get_data_labels microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_get_data_labels Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_update_data_labels microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_update_data_labels Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_delete_data_labels microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_delete_data_labels Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_image_8f13 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_image_8f13 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_image_9795 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_image_9795 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_image_664c microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_image_664c Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_image_4f04 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_image_4f04 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_get_legend microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_get_legend Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_update_legend microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_update_legend Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_delete_legend microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_delete_legend Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_list_series microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_list_series Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_create_series microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_create_series Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_set_data microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_set_data Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_set_position microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_set_position Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_get_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_get_title Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_update_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_update_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_delete_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_delete_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_axes microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_axes Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_update_axes microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_update_axes Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_delete_axes microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_delete_axes Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_data_labels microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_data_labels Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_update_data_labels microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_update_data_labels Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_delete_data_labels microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_delete_data_labels Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_image_8f13 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_image_8f13 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_image_9795 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_image_9795 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_image_664c microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_image_664c Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_image_4f04 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_image_4f04 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_legend microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_legend Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_update_legend microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_update_legend Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_delete_legend microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_delete_legend Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_list_series microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_list_series Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_create_series microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_create_series Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_set_data microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_set_data Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_set_position microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_item_at_set_position Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_title Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_update_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_update_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_delete_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_delete_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_item_at_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_get_charts microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_get_charts Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_update_charts microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_update_charts Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_delete_charts microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_delete_charts Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_get_axes microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_get_axes Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_update_axes microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_update_axes Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_delete_axes microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_delete_axes Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_get_category_axis microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_get_category_axis Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_update_category_axis microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_update_category_axis Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_delete_category_axis microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_delete_category_axis Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_get_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_get_font Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_update_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_update_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_delete_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_delete_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_get_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_get_line Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_update_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_update_line Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_delete_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_format_delete_line Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_category_axis_format_line_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_category_axis_format_line_clear Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_get_major_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_get_major_gridlines Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_update_major_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_update_major_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_delete_major_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_delete_major_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_format_get_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_format_get_line Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_format_update_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_format_update_line Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_format_delete_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_major_gridlines_format_delete_line Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_category_axis_major_gridlines_format_line_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_category_axis_major_gridlines_format_line_clear Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_get_minor_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_get_minor_gridlines Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_update_minor_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_update_minor_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_delete_minor_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_delete_minor_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_format_get_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_format_get_line Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_format_update_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_format_update_line Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_format_delete_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_minor_gridlines_format_delete_line Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_category_axis_minor_gridlines_format_line_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_category_axis_minor_gridlines_format_line_clear Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_get_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_get_title Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_update_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_update_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_delete_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_delete_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_format_get_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_format_get_font Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_format_update_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_format_update_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_format_delete_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_category_axis_title_format_delete_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_get_series_axis microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_get_series_axis Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_update_series_axis microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_update_series_axis Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_delete_series_axis microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_delete_series_axis Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_get_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_get_font Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_update_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_update_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_delete_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_delete_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_get_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_get_line Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_update_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_update_line Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_delete_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_format_delete_line Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_series_axis_format_line_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_series_axis_format_line_clear Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_get_major_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_get_major_gridlines Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_update_major_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_update_major_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_delete_major_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_delete_major_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_format_get_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_format_get_line Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_format_update_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_format_update_line Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_format_delete_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_major_gridlines_format_delete_line Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_series_axis_major_gridlines_format_line_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_series_axis_major_gridlines_format_line_clear Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_get_minor_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_get_minor_gridlines Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_update_minor_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_update_minor_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_delete_minor_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_delete_minor_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_format_get_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_format_get_line Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_format_update_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_format_update_line Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_format_delete_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_minor_gridlines_format_delete_line Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_series_axis_minor_gridlines_format_line_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_series_axis_minor_gridlines_format_line_clear Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_get_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_get_title Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_update_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_update_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_delete_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_delete_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_format_get_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_format_get_font Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_format_update_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_format_update_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_format_delete_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_series_axis_title_format_delete_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_get_value_axis microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_get_value_axis Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_update_value_axis microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_update_value_axis Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_delete_value_axis microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_delete_value_axis Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_get_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_get_font Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_update_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_update_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_delete_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_delete_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_get_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_get_line Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_update_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_update_line Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_delete_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_format_delete_line Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_value_axis_format_line_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_value_axis_format_line_clear Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_get_major_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_get_major_gridlines Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_update_major_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_update_major_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_delete_major_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_delete_major_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_format_get_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_format_get_line Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_format_update_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_format_update_line Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_format_delete_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_major_gridlines_format_delete_line Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_value_axis_major_gridlines_format_line_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_value_axis_major_gridlines_format_line_clear Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_get_minor_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_get_minor_gridlines Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_update_minor_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_update_minor_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_delete_minor_gridlines microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_delete_minor_gridlines Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_format_get_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_format_get_line Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_format_update_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_format_update_line Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_format_delete_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_minor_gridlines_format_delete_line Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_value_axis_minor_gridlines_format_line_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_axes_value_axis_minor_gridlines_format_line_clear Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_get_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_get_title Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_update_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_update_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_delete_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_delete_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_format_get_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_format_get_font Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_format_update_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_format_update_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_format_delete_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_axes_value_axis_title_format_delete_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_get_data_labels microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_get_data_labels Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_update_data_labels microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_update_data_labels Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_delete_data_labels microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_delete_data_labels Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_get_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_get_fill Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_update_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_update_fill Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_delete_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_delete_fill Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_data_labels_format_fill_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_data_labels_format_fill_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_data_labels_format_fill_set_solid_color microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_data_labels_format_fill_set_solid_color Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_get_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_get_font Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_update_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_update_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_delete_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_data_labels_format_delete_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_format_get_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_format_get_fill Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_format_update_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_format_update_fill Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_format_delete_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_format_delete_fill Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_format_fill_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_format_fill_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_format_fill_set_solid_color microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_format_fill_set_solid_color Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_format_get_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_format_get_font Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_format_update_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_format_update_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_format_delete_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_format_delete_font Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_image_8f13 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_image_8f13 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_image_9795 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_image_9795 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_image_664c microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_image_664c Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_image_4f04 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_image_4f04 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_get_legend microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_get_legend Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_update_legend microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_update_legend Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_delete_legend microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_delete_legend Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_legend_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_legend_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_legend_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_legend_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_legend_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_legend_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_get_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_get_fill Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_update_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_update_fill Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_delete_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_delete_fill Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_legend_format_fill_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_legend_format_fill_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_legend_format_fill_set_solid_color microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_legend_format_fill_set_solid_color Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_get_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_get_font Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_update_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_update_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_delete_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_legend_format_delete_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_list_series microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_list_series Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_create_series microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_create_series Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_count microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_count Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_item_at microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_item_at Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_item_at_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_item_at_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_item_at_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_item_at_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_item_at_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_item_at_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_item_at_list_points microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_item_at_list_points Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_item_at_create_points microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_item_at_create_points Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_get_series microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_get_series Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_update_series microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_update_series Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_delete_series microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_delete_series Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_format_get_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_format_get_fill Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_format_update_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_format_update_fill Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_format_delete_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_format_delete_fill Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_format_fill_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_format_fill_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_format_fill_set_solid_color microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_format_fill_set_solid_color Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_format_get_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_format_get_line Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_format_update_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_format_update_line Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_format_delete_line microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_format_delete_line Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_format_line_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_format_line_clear Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_list_points microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_list_points Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_create_points microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_create_points Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_points_count microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_points_count Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_points_item_at microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_points_item_at Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_points_item_at_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_points_item_at_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_points_item_at_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_points_item_at_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_points_item_at_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_points_item_at_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_get_points microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_get_points Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_update_points microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_update_points Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_delete_points microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_delete_points Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_points_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_points_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_points_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_points_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_points_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_points_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_points_format_get_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_points_format_get_fill Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_points_format_update_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_points_format_update_fill Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_series_points_format_delete_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_series_points_format_delete_fill Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_points_workbook_chart_point_format_fill_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_points_workbook_chart_point_format_fill_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_points_workbook_chart_point_format_fill_set_solid_color microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_series_workbook_chart_series_points_workbook_chart_point_format_fill_set_solid_color Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_set_data microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_set_data Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_set_position microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_set_position Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_get_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_get_title Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_update_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_update_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_delete_title microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_delete_title Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_title_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_title_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_title_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_title_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_title_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_title_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_title_format_get_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_title_format_get_fill Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_title_format_update_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_title_format_update_fill Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_title_format_delete_fill microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_title_format_delete_fill Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_title_format_fill_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_title_format_fill_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_title_format_fill_set_solid_color microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_charts_workbook_chart_title_format_fill_set_solid_color Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_title_format_get_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_title_format_get_font Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_title_format_update_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_title_format_update_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_title_format_delete_font microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_title_format_delete_font Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_charts_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_charts_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_list_names microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_list_names Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_create_names microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_create_names Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_names_get_count_b666 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_names_get_count_b666 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_add microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_add Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_add_formula_local microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_add_formula_local Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_get_names microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_get_names Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_update_names microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_update_names Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_delete_names microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_delete_names Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_names_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_names_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_names_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_names_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_names_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_names_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_names_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_names_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_names_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_names_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_names_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_names_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_names_workbook_named_item_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_names_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_names_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_names_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_names_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_list_pivot_tables microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_list_pivot_tables Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_create_pivot_tables microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_create_pivot_tables Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_pivot_tables_get_count_d7ec microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_pivot_tables_get_count_d7ec Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_pivot_tables_refresh_all microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_pivot_tables_refresh_all Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_get_pivot_tables microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_get_pivot_tables Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_update_pivot_tables microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_update_pivot_tables Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_delete_pivot_tables microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_delete_pivot_tables Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_pivot_tables_workbook_pivot_table_refresh microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_pivot_tables_workbook_pivot_table_refresh Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_pivot_tables_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_pivot_tables_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_get_protection microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_get_protection Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_update_protection microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_update_protection Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_delete_protection microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_delete_protection Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_protection_protect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_protection_protect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_protection_unprotect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_protection_unprotect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_bounding_rect_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_bounding_rect_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_cell_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_cell_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_clear_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_clear_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_column_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_column_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_after_f819 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_after_f819 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_after_7946 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_after_7946 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_before_3678 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_before_3678 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_before_e50d microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_before_e50d Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_delete_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_delete_bc5e Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_entire_column_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_entire_column_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_entire_row_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_entire_row_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_get_format_bc5e microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_get_format_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_update_format_bc5e microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_update_format_bc5e Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_delete_format_bc5e microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_delete_format_bc5e Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_insert_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_insert_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_intersection_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_intersection_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_cell_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_cell_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_column_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_column_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_row_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_row_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_merge_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_merge_bc5e Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_offset_range_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_offset_range_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_resized_range_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_resized_range_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_row_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_row_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_above_ba41 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_above_ba41 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_above_c39a microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_above_c39a Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_below_2023 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_below_2023 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_below_f542 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_below_f542 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_get_sort_bc5e microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_get_sort_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_update_sort_bc5e microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_update_sort_bc5e Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_delete_sort_bc5e microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_delete_sort_bc5e Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_unmerge_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_unmerge_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_used_range_6c80 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_used_range_6c80 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_used_range_2c25 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_used_range_2c25 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_visible_view_bc5e microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_visible_view_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_get_worksheet_bc5e microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_get_worksheet_bc5e Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_bounding_rect_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_bounding_rect_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_cell_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_cell_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_clear_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_clear_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_column_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_column_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_after_755b microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_after_755b Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_after_fdc3 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_after_fdc3 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_before_b68b microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_before_b68b Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_before_b752 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_columns_before_b752 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_delete_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_delete_b0fa Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_entire_column_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_entire_column_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_entire_row_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_entire_row_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_get_format_b0fa microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_get_format_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_update_format_b0fa microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_update_format_b0fa Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_delete_format_b0fa microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_delete_format_b0fa Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_insert_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_insert_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_intersection_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_intersection_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_cell_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_cell_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_column_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_column_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_row_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_last_row_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_merge_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_merge_b0fa Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_offset_range_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_offset_range_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_resized_range_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_resized_range_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_row_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_row_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_above_ca9f microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_above_ca9f Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_above_110d microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_above_110d Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_below_7dec microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_below_7dec Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_below_7d0c microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_rows_below_7d0c Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_get_sort_b0fa microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_get_sort_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_update_sort_b0fa microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_update_sort_b0fa Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_delete_sort_b0fa microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_delete_sort_b0fa Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_unmerge_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_unmerge_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_used_range_8c82 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_used_range_8c82 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_used_range_e935 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_used_range_e935 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_visible_view_b0fa microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_range_visible_view_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_range_get_worksheet_b0fa microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_range_get_worksheet_b0fa Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_list_tables microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_list_tables Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_create_tables microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_create_tables Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_add microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_add Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_count microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_count Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_clear_filters microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_clear_filters Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_item_at_list_columns microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_item_at_list_columns Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_item_at_create_columns microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_item_at_create_columns Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_convert_to_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_convert_to_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_data_body_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_data_body_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_header_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_header_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_reapply_filters microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_reapply_filters Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_item_at_list_rows microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_item_at_list_rows Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_item_at_create_rows microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_item_at_create_rows Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_item_at_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_item_at_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_item_at_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_item_at_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_item_at_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_item_at_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_total_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_item_at_total_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_item_at_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_item_at_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_get_tables microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_get_tables Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_update_tables microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_update_tables Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_delete_tables microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_delete_tables Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_clear_filters microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_clear_filters Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_list_columns microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_list_columns Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_create_columns microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_create_columns Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_add microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_add Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_count microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_count Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_item_at microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_item_at Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_item_at_data_body_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_item_at_data_body_range Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_item_at_get_filter microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_item_at_get_filter Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_item_at_update_filter microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_item_at_update_filter Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_item_at_delete_filter microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_item_at_delete_filter Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_item_at_header_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_item_at_header_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_item_at_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_item_at_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_item_at_total_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_item_at_total_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_get_columns microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_get_columns Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_update_columns microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_update_columns Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_delete_columns microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_delete_columns Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_data_body_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_data_body_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_get_filter microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_get_filter Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_update_filter microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_update_filter Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_delete_filter microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_delete_filter Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_bottom_items_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_bottom_items_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_bottom_percent_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_bottom_percent_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_cell_color_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_cell_color_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_custom_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_custom_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_dynamic_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_dynamic_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_font_color_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_font_color_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_icon_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_icon_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_top_items_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_top_items_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_top_percent_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_top_percent_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_values_filter microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_apply_values_filter Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_filter_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_header_row_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_header_row_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_columns_workbook_table_column_total_row_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_columns_total_row_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_convert_to_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_convert_to_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_data_body_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_data_body_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_header_row_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_header_row_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_reapply_filters microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_reapply_filters Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_list_rows microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_list_rows Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_create_rows microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_create_rows Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_add microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_add Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_count microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_count Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_item_at microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_item_at Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_item_at_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_item_at_range Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_get_rows microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_get_rows Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_update_rows microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_update_rows Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_delete_rows microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_delete_rows Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_rows_workbook_table_row_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_rows_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_sort_apply microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_sort_apply Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_sort_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_sort_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_sort_reapply microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_sort_reapply Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_bounding_rect microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_bounding_rect Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_clear microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_clear Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_columns_after_43bb microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_columns_after_43bb Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_columns_after_0669 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_columns_after_0669 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_columns_before_b5c5 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_columns_before_b5c5 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_columns_before_b7c6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_columns_before_b7c6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_delete microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_delete Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_entire_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_entire_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_entire_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_entire_row Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_get_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_get_format Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_update_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_update_format Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_delete_format microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_delete_format Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_insert microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_insert Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_intersection microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_intersection Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_last_cell microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_last_cell Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_last_column microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_last_column Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_last_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_last_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_merge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_merge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_offset_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_offset_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_resized_range microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_resized_range Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_row microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_row Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_rows_above_80e1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_rows_above_80e1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_rows_above_d2c7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_rows_above_d2c7 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_rows_below_2035 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_rows_below_2035 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_rows_below_cfc7 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_rows_below_cfc7 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_get_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_get_sort Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_update_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_update_sort Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_delete_sort microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_delete_sort Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_unmerge microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_unmerge Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_visible_view microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_tables_workbook_table_total_row_range_visible_view Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_total_row_range_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_tables_get_worksheet microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_tables_get_worksheet Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_bounding_rect_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_bounding_rect_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_cell_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_cell_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_clear_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_clear_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_column_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_column_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_after_01cd microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_after_01cd Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_after_cb70 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_after_cb70 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_before_2c44 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_before_2c44 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_before_f995 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_before_f995 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_delete_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_delete_5ff6 Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_entire_column_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_entire_column_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_entire_row_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_entire_row_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_get_format_5ff6 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_get_format_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_update_format_5ff6 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_update_format_5ff6 Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_delete_format_5ff6 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_delete_format_5ff6 Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_insert_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_insert_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_intersection_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_intersection_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_cell_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_cell_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_column_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_column_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_row_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_row_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_merge_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_merge_5ff6 Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_offset_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_offset_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_resized_range_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_resized_range_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_row_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_row_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_above_4e71 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_above_4e71 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_above_b3a9 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_above_b3a9 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_below_0a40 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_below_0a40 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_below_340c microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_below_340c Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_get_sort_5ff6 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_get_sort_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_update_sort_5ff6 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_update_sort_5ff6 Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_delete_sort_5ff6 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_delete_sort_5ff6 Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_unmerge_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_unmerge_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_visible_view_5ff6 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_visible_view_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_get_worksheet_5ff6 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_get_worksheet_5ff6 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_bounding_rect_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_bounding_rect_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_cell_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_cell_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_clear_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_clear_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_column_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_column_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_after_886c microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_after_886c Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_after_6148 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_after_6148 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_before_22a9 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_before_22a9 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_before_a137 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_columns_before_a137 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_delete_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_delete_63c8 Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_entire_column_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_entire_column_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_entire_row_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_entire_row_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_get_format_63c8 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_get_format_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_update_format_63c8 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_update_format_63c8 Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_delete_format_63c8 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_delete_format_63c8 Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_insert_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_insert_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_intersection_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_intersection_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_cell_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_cell_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_column_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_column_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_row_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_last_row_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_merge_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_merge_63c8 Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_offset_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_offset_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_resized_range_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_resized_range_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_row_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_row_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_above_6034 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_above_6034 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_above_8a35 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_above_8a35 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_below_52d1 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_below_52d1 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_below_f09d microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_rows_below_f09d Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_get_sort_63c8 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_get_sort_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_update_sort_63c8 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_update_sort_63c8 Write write
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_delete_sort_63c8 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_delete_sort_63c8 Write write
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_unmerge_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_unmerge_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_visible_view_63c8 microsoft-excel.microsoft_excel_drives_drive_items_drive_item_workbook_worksheets_workbook_worksheet_used_range_visible_view_63c8 Read read
integration__microsoft_excel__microsoft_excel_drives_items_workbook_worksheets_used_range_get_worksheet_63c8 microsoft-excel.microsoft_excel_drives_items_workbook_worksheets_used_range_get_worksheet_63c8 Read read

Write Access

Start with --write=deny for read-only MCP clients. Use --write=ask or --write=allow only when the client and workspace are trusted.