Excel Manipulator Documentation
Describe any spreadsheet operation in plain English and let AI execute it. VLOOKUPs, pivot tables, SUMIFs, clean-ups, and formatting — applied to your workbook automatically. Explore the product page
Overview
The Excel Manipulator executes spreadsheet operations described in natural language. Upload an Excel workbook, describe what you want done — a VLOOKUP, a pivot table, a conditional sum, a clean-up — and GAI writes and runs the formulas, returning your updated workbook with formatting preserved.
Supported Operations
All excel functions supported.
Supported Formats
- .xlsx, .xlsm, and .xls workbooks
- Multi-sheet workbooks
- Up to 20 MB per file, 20 MB total per request
- Output preserves the original formatting
API Reference
Manipulate Excel workbooks via our REST API. Upload an Excel file together with a plain-English prompt describing the operation; the engine returns your updated workbook.
POST https://server.gimele.com/api/v1/excel-manipulate
Integrate this endpoint into your applications to upload an Excel workbook and receive a manipulated workbook in return.
You can create a developer account to get an api key fromhere.
Headers
Form Data Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| files | File | Yes | Excel file(s) to manipulate (.xlsx, .xlsm, .xls) |
| prompt | string | Yes | Plain-English description of the operation to perform |
| prompts | string | No | JSON array of ordered step prompts for multi-step chains |
| preserve_format | boolean | No | Preserve the original formatting of the workbook (default: false) |