.NET-Obfuscator
Lists of .NET Obfuscator (Free, Freemium, Paid and Open Source ) (by NotPrab)
EPPlus
EPPlus-Excel spreadsheets for .NET (by EPPlusSoftware)
.NET-Obfuscator | EPPlus | |
---|---|---|
8 | 16 | |
1,360 | 1,887 | |
3.5% | 1.4% | |
6.3 | 9.4 | |
about 2 months ago | 5 days ago | |
Python | C# | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
.NET-Obfuscator
Posts with mentions or reviews of .NET-Obfuscator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-22.
-
.NET obfuscator recomendation
I've tested a few from this list: https://github.com/NotPrab/.NET-Obfuscator
-
any good .net 6 obfuscators?
Have a look here, https://github.com/NotPrab/.NET-Obfuscator . We use Pre-emptive Dotfuscator, they have a community edition which is really good. I honestly don't understand the reason for most of the answers to your question. If you feel obfuscation will add value to your project for you, then use whatever you want. Not every project sits behind a web server.
- Are there any ways to hide the contents of a programmable block?
- Is C# a poor language choice if I care about not making my code easily reverse engineerable?
-
why c# don't have obfuscate as default?
Beyond that, there are also obfuscation utilities that can obfuscate your published code. (The public API surface remains intact to maintain compatibility, but everything under that becomes obfuscated.) There are many options to help protect your code: https://github.com/NotPrab/.NET-Obfuscator Dive in and see if any floats your boat.
-
C# 9 top-level programs and target-typed expressions
The term you're looking for is obfuscation. This seems like a good roundup: https://github.com/NotPrab/.NET-Obfuscator
- Lists of .NET Obfuscator (Free, Trial, Paid and Open Source)
EPPlus
Posts with mentions or reviews of EPPlus.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-06.
-
Automate Excel with only powershell?
Like others, I recommend using the ImportExcel module. It uses and wraps EPPlus Software (EPPlus - Create advanced Excel spreadsheets using .NET (GitHub Project Old / New)) which is a DLL that is included with the ImportExcel PowerShell Module.
- Exporting ASPX values to an Excel Template
- Need help reading an excel file with c# epplus :)
-
EPPlus Question
Their documentation looks okay. I doubt you're going to get many people familiar with a specific library here.
-
I need a Data-Grid that I can copy/paste excel data with
If you're copypasting stuff from excel, another approach I used in a different project is this package: https://github.com/EPPlusSoftware/EPPlus - which works in Blazor. You'd just let users drag/drop or upload their excel and import it, instead of copypasting
- adding cell color in Excel file using c#
-
Kinda new to C#, could use some input.
There is one Excel Library that I would recommend using in C# and that EPPlus. Its great and its free for non-commercial use. The API is simple to use and its got great documentation.
- Exporting data to CSV
-
Does Microsoft have an official NuGet package to open and write to existing Excel Spreadsheets? (.Net 5)
There is a Getting Started section in GitHub and complete API documentation on the home page
-
Theres some way that i can make a .xlsx like this exporting data from a database using Windows Form ?
I've personally had a great experience working with EPPlus. It has both commercial and non-commercial/free licenses: https://epplussoftware.com/
What are some alternatives?
When comparing .NET-Obfuscator and EPPlus you can also consider the following projects:
Visual Studio Community - GitHub Extension for Visual Studio
ClosedXML - ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Open XML SDK - Open XML SDK by Microsoft
dotnet-script - Run C# scripts from the .NET CLI.
NPOI - a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.