Skip to content

Instantly share code, notes, and snippets.

View nsiripong's full-sized avatar

nalyn-siripong nsiripong

  • University of Pittsburgh
  • Pittsburgh, PA
View GitHub Profile
@nsiripong
nsiripong / remove_password_excel.R
Created March 14, 2021 13:51 — forked from markheckmann/remove_password_excel.R
Remove sheet's password protection in Excel
# remove sheet protection in Excel
# Sample file: https://www.dropbox.com/s/4ul0kowrscyr8cz/excel_protected.xlsx?dl=0
library(stringr)
library(zip)
# file with protected sheets
file <- "data/excel_protected.xlsx"
# file name and path after removing protection