Skip to content

Instantly share code, notes, and snippets.

View koreymoore's full-sized avatar

Korey Moore koreymoore

View GitHub Profile
@dfinke
dfinke / Show-ExcelSumProduct.ps1
Last active December 31, 2025 22:27
This script exports CSV data to an Excel file, formats it, and applies a SUMPRODUCT formula.
$sumData = ConvertFrom-Csv @"
ProductName, VendorName, TotalSales
Macbook, Apple
Desktop, DELL
RAM, Lenovo
HDD, HCL
Laptop, IBM
Mouse, Acer
"@