excel_read_sheet
Extract and read values from specific Excel sheet ranges, enabling access to cell data, formulas, and styles for efficient data analysis and processing.
Instructions
Read values from Excel sheet with pagination.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileAbsolutePath | Yes | Absolute path to the Excel file | |
range | No | Range of cells to read in the Excel sheet (e.g., "A1:C10"). [default: first paging range] | |
sheetName | Yes | Sheet name in the Excel file | |
showFormula | No | Show formula instead of value | |
showStyle | No | Show style information for cells |