Worf
Well-known Member
- Joined
- Oct 30, 2011
- Messages
- 4,252
Worf submitted a new Excel article:
TypeScript objects and Excel tables - This article shows how to manipulate tables with TypeScript.
Read more about this Excel article...
TypeScript objects and Excel tables - This article shows how to manipulate tables with TypeScript.
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 TS objects and Excel tables.
On the TS side, here are some of the topics covered:
- Two different objects are defined, with the final table type being a union type of those two.
- The style...
Read more about this Excel article...