A Windows Forms Application to analyze Excel files, complemented by a simple PowerShell script for file size analysis.
-
Windows Forms Application:
- Located in the
srcfolder. - Provides a graphical interface for analyzing Excel files.
- Easy-to-use functionality for extracting data insights from Excel files.
- Located in the
-
PowerShell Script:
- Found in the
powershellfolder. - A lightweight script to analyze and report the size of Excel files.
- Useful for quick checks on file sizes without opening them.
- Found in the
.
├── src
│ └── Windows Forms Application for Excel file analysis
├── powershell
│ └── PowerShell script to analyze Excel file sizes
- Navigate to the
srcfolder. - Open the solution file in Visual Studio.
- Build and run the application.
- Use the GUI to load and analyze your Excel files.
- Go to the
powershellfolder. - Open a terminal or PowerShell prompt.
- Put all excel files to folder with script.
- Execute the script with:
.\get-size.ps1
-
For the Windows Forms Application:
- Microsoft .NET Framework (or compatible version for building the app).
- Visual Studio for development.
-
For the PowerShell Script:
- PowerShell 5.1 or higher.
This project is licensed under the MIT License.