---
title: "Start Using JavaScript to Automate Excel"
url: https://daily.dev/posts/start-using-javascript-to-automate-excel-nubftwrr6
source_url: https://levelup.gitconnected.com/start-using-javascript-to-automate-excel-2cfe03ecad89
type: article
source: "gitconnected"
published: 2022-01-07T03:28:33.872Z
updated: 2022-01-07T03:28:33.886Z
tags: ["general-programming", "javascript", "vb"]
reading_time: 2
upvotes: 37
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Start Using JavaScript to Automate Excel

**[gitconnected](https://daily.dev/sources/gc)** · 2 min read · 37 upvotes · 3 comments

## Summary

JADE gives you the power to use JavaScript to automate everything within the workbook scope of Excel without making it macro enabled. Because the JavaScript you write is living in a browser, it does not have access to any operating system features on the host computer. This means that all of your automation code is limited to your workbook, making it extremely safe to share.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://levelup.gitconnected.com/start-using-javascript-to-automate-excel-2cfe03ecad89>

## Community discussion

Top comments from developers on daily.dev.

**@ghost** · 0 upvotes

> JADE seems excellent from a security perspective too!

**@ghost** · 0 upvotes

> Looks like no need for macro now! Great for devs who also use Excel regularly.

**@sahaa46** · 0 upvotes

> This might be helpfull to automate the excel work!!

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#general-programming](https://daily.dev/tags/general-programming), [#javascript](https://daily.dev/tags/javascript), [#vb](https://daily.dev/tags/vb)

[View this post on daily.dev](https://daily.dev/posts/start-using-javascript-to-automate-excel-nubftwrr6)
