mbs_xlsx_table
Download and parse XLSX files from statisticsmaldives.gov.mv, returning the first worksheet's rows as cell values.
Instructions
Download and parse an .xlsx file from statisticsmaldives.gov.mv (e.g. a yearbook table) into rows of cell values. Returns the first worksheet as string rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | XLSX file URL on statisticsmaldives.gov.mv | |
| max_rows | No | Row cap (default 200, max 1000) |