office-scripts Questions
3
I would like to be able to edit my Office Scripts in Visual Studio Code. I know, that I can paste and copy my Scripts from VS to the Office Scripts Editor and vice-versa. But, I think, it would be ...
Higginbotham asked 28/4, 2020 at 9:53
2
In the Excel WebApp (Office 365) it is possible to place Office Scripts via the "Automate" tab, which is using the JavaScript-syntax and which could automate excel like a VBA-macro, but f...
Stringency asked 30/10, 2020 at 8:34
3
Solved
I have a table on a spreadsheet and I want to delete all the existing data. I use the code below which works except when the table is already empty.
// Get the row count
let rowCount = table.getRan...
Passional asked 4/8, 2020 at 15:58
1
Solved
Per, https://learn.microsoft.com/en-us/office/dev/scripts/develop/vscode-for-scripts?source=recommendations#connect-visual-studio-code-to-office-scripts, I should "Under the More options (…) m...
Frisco asked 16/3, 2023 at 17:31
2
I am confused about Office Scripts and Script Lab.
Both can run javascript in Excel, but it seems the code can't be shared in them.
For Office Scripts, some code like
function main(workbook: ExcelS...
Larine asked 20/4, 2022 at 7:47
2
Solved
Is there anyway to call another script in office scripts?
Have been attempting to call other functions into my main function in a single script and while it is indeed calling the function, for some...
Nolasco asked 16/6, 2020 at 18:38
1
© 2022 - 2024 — McMap. All rights reserved.