Excel Plugin

Use neuralk directly from Microsoft Excel. Run predictions on your spreadsheet data without leaving your workbook.

Installation

  1. Download the manifest file:

    neuralk Excel manifest

  2. In Excel Online, go to InsertAdd-insUpload My Add-in

  3. Select the downloaded manifest.xml file

  4. A neuralk button appears in the Home tab

Usage

  1. Click the neuralk button in the ribbon to open the side panel

  2. Enter your data ranges:

    • X_train range — training features (e.g. A1:C100)

    • y_train range — training labels (e.g. D1:D100)

    • X_test range — test features (e.g. A101:C120)

    • Output range — where to write predictions (e.g. F1)

  3. Enter your neuralk API key

  4. Select a model (seldon-flash, seldon-small, or seldon-large)

  5. Click Predict

Results are written directly to your spreadsheet.