Skip to main content

Here’s my use-case:



I want to remove the first column with the indices because I think they would confuse my client, who wants a very simple report presentation.

It is not possible to remove that first column. The output options for Scripting app are very limited.


It is not possible to remove that first column. The output options for Scripting app are very limited.


The closest thing I can get is creating a custom object that “rephrases” the index value, per the console.table docs: console.table() - Web APIs | MDN


Reply