From 8b37eb152497495d10733ca7e375972a7b37a63f Mon Sep 17 00:00:00 2001 From: Ishan Anand Date: Mon, 18 Mar 2024 18:47:12 -0700 Subject: [PATCH] Update README.md Resolve https://github.com/ianand/spreadsheets-are-all-you-need/issues/7 Explained process for safely executing untrusted Excel files. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5d6fd0..10fff82 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ Visit [spreadsheets-are-all-you-need.ai](https://spreadsheets-are-all-you-need.a # Download the sheet -The sheet is available as an xlsb (Excel binary) file in the [Releases section](https://github.com/ianand/spreadsheets-are-all-you-need/releases/tag/v0.6.0) of this repo. You should be able to download and run this file in Excel for Mac or PC. +The sheet is available as an xlsb (Excel binary) file in the [Releases section](https://github.com/ianand/spreadsheets-are-all-you-need/releases/tag/v0.6.0) of this repo. You should be able to download and run this file in Excel for Mac or PC. + +The file does not use VBA or Macros. However, if you are concerned about safely opening untrusted Excel files you can [disable macros in the Excel Trust Center](https://support.microsoft.com/en-us/office/enable-or-disable-macros-in-microsoft-365-files-12b036fd-d140-4e74-b45e-16fed1a7e5c6) and open the file in [Excel Protected View](https://support.microsoft.com/en-us/office/what-is-protected-view-d6f09ac7-e6b9-4495-8e43-2bbcdbcb6653).