Skip to content

TylerNielsen/powershell-refresh-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

powershell-refresh-excel

PowerShell script that refreshes a list of excel files.

This script will go through a list of Excel files, access them in the background, resfresh the entire file, save, and then close. My intent for this script was to automatically refresh excel files that were connected to SQL databases. This can be particularly helpful if:

  1. Your file is accessed by multiple users, and those users don't have access to the SQL database to refresh the file themselves.
  2. The query takes a while to run, therefore refreshing it during off-hours can save time.
  3. You have many such files, so refreshing them manually is a pain.

About

PowerShell script that refreshes a list of excel files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published