XLConnect
  • XLConnect Documentation
  • Using XLConnect
    • Getting Started
    • Using XLConnect
    • Manage Users
    • Manage Your Subscription (Owners)
    • XLConnect Security
    • Troubleshooting
  • Developing with XLConnect
    • Getting Started
    • The Bigger Picture
    • Import Scripts
    • Scripts
    • Cloud Systems
    • Javascript
      • Javascript Studio
      • Javascript language
      • Calling API's with HTTP Requests
      • Working with JSON data
      • The xlc object
      • Advanced Javascript
    • Modules
      • HTTP module
      • FILE module
    • Maps
    • JSON Data Format
    • Data Lake
    • Excel modelling
    • VBA
    • The XLConnect API
  • Reference
    • Change log
Powered by GitBook
On this page
  • Enable Developer Mode
  • Finding your way around
  1. Developing with XLConnect

Getting Started

How to get started with developing XLConnect workbooks

PreviousTroubleshootingNextThe Bigger Picture

Last updated 1 year ago

Enable Developer Mode

The first thing to do to develop connected workbooks with XLConnect is to enable Developer Mode. When you do not have this enabled, your ribbon will looks like this:

To enable developer options, go to Settings > Advanced > Developer Mode

If you have the developer option enabled for your account, your ribbon should now look like this (notice a number of new buttons appearing):

Finding your way around

Here is a quick rundown of the new buttons on your ribbon:

  • Taskpanes

  • Develop

    • Save to Cloud saves your workbook to the database, so users can open it through Open Workbook.

    • Other

      • Sheet Sizes lets you see the Used Ranges in your workbook, to find cells that appear empty but are 'used', bloating your workbook size without adding any value.

      • Analyze Formulas lets you drill through formulas in a tree format instead of the normal arrows.

    • Audit

      • Workbook history shows the all the versions of the workbook that have been save to the cloud, allowing you to rollback to a sepcific version if required.

      • Model Library shows all workbooks on the cloud with their versions.

Maps and Scripts opens a taskpane on the right where you can see and edit the and in the workbook.

Import Prefab let's you to connect to your cloud platform by dragging and dropping elements, without having to write any code

Javascript Studio is the that comes with XLConnect, that allows you to write code and see the results.

Connect Cells lets you , ranges and tables to maps and scripts.

Maps
Scripts
import ready made scripts
javascript editor
add workbook cells
XLConnect ribbon in User Mode
Developer Mode Menu Option
XLConnect Ribbon in Developer Mode