I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# XLS to XLSX Batch convert script | |
# Forked from https://gist.github.com/gabceb/954418 | |
# Works well using Office 365 | |
$folderpath = "D:\XLS Files" | |
$filetype ="*xls" | |
Add-Type -AssemblyName Microsoft.Office.Interop.Excel | |
$xlFixedFormat = [Microsoft.Office.Interop.Excel.XlFileFormat]::xlWorkbookDefault |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Press CTRL+SHIFT+Y (PC) or COMMAND+SHIFT+Y (Mac) to auto-click all the follow or unfollow buttons on Crowdfire, | |
with a small delay (200ms) in-between. | |
Sends a notification when the process completes. Saves a lot of time, and makes it much easier to grow your following | |
without all the clicking. |