typescript

  1. P

    TypeScript (or other solutions) for modifying given list of cells (and similar problems)

    Basics of my setup. Working in single workbook with multiple worksheets in a 365 environment tied in to a Power Automate setup on Windows. Workbook will need to be accessible by multiple people and online, hence use of Office Scripts rather than VBA. I'm a relatively advanced Excel user when it...
  2. Worf

    Classes with Excel Script Lab

    There are at least three ways to automate Excel: VBA, Office Scripts and Script Lab. This article will show how to use TypeScript and Script Lab to perform repetitive spreadsheet tasks. From the Internet: ************************************************************************* What is Script...
  3. Worf

    TypeScript, VBA, and the Graham Scan

    Typescript is the language of Excel scripts, available at certain Office 365 licenses. Unfortunately, my company chose to disable this feature, so at this time I cannot use it. However, we can write TS outside of Excel. This article shows how to output TS data to a text file that Excel can read...
  4. Worf

    Excel TypeScript and the Jarvis Algorithm

    Today I am presenting the gift-wrapping algorithm, which calculates the convex hull for a bidimensional set of points. You can read more about it on the link below. Here are the main features of the code: It will start from scratch and generate an aleatory array of coordinates. If you prefer...
  5. Worf

    Excel TypeScript: Functions and Shapes

    This is my second TypeScript article. Today we will see how to use functions and deal with shapes and images. The example below is not exactly production code, rather an assortment of working bits that you can use as reference when developing your own projects. In a nutshell, it creates a...
  6. Worf

    TypeScript objects and Excel tables

    Certain Excel 365 licenses offer Office scripts, which is an implementation of the TypeScript language to automate Excel, just like VBA does. I am planning a small series of articles focusing on relevant TS features and their application to the Excel object model; this first one will deal with...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top