This file contains hidden or 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
| <# | |
| .SYNOPSIS | |
| Converts Excel cells containing =COPILOT() formulas into their calculated results or standard formulas using ImportExcel. | |
| Compatible with Linux (PWSH). | |
| .DESCRIPTION | |
| This script utilizes the ImportExcel module (EPPlus) to process Excel files without needing an Excel installation. | |
| It recursively searches for Excel files, examines cells with formulas starting with "=COPILOT(", and: | |
| - If the cached value starts with "=", converts it to a live Formula. | |
| - Otherwise, converts it to a static Value (freezing the result). | |
| .PARAMETER Path |
This file contains hidden or 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
| Bilgisayar Bilgisi: | |
| Üretici: Unknown | |
| Model: Unknown | |
| Tür: Masaüstü | |
| Dokunmatik Girdi Algılanmadı | |
| İşlemci Bilgisi: | |
| CPU Üreticisi: GenuineIntel | |
| CPU Markası: Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz | |
| CPU Ailesi: 0x6 |