numbers_read
Reads the first table from a Numbers file, returning computed values including formula results. Handles localized number formats automatically.
Instructions
Read back the first table of a Numbers sheet, computed values included.
Formulas come back with their result, not with the formula text. Numbers are localized: on an Italian Mac decimals use a comma.
Args:
path: path to the .numbers file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |