Numpy.NET
C#/F# bindings for NumPy - a fundamental library for scientific computing, machine learning and AI (by SciSharp)
Open XML SDK
Open XML SDK by Microsoft (by dotnet)
Numpy.NET | Open XML SDK | |
---|---|---|
2 | 24 | |
730 | 4,266 | |
0.0% | 0.8% | |
4.6 | 8.5 | |
4 months ago | 9 days ago | |
C# | C# | |
GNU General Public License v3.0 or later | MIT License |
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.
Numpy.NET
Posts with mentions or reviews of Numpy.NET.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-06.
-
Is .NET recommended for computer vision and machine learning tasks?
I did find some wrappers - Numpy.NET for numpy, Emgu CV for OpenCV.
-
If you had to pick a library from another language (Rust, JS, etc.) that isn’t currently available in Python and have it instantly converted into Python for you to use, what would it be?
numpy in c#
Open XML SDK
Posts with mentions or reviews of Open XML SDK.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-23.
-
Top 5 C# PPT Libraries .NET Developers Should Be Familiar With
Open XML SDK is an open-source PowerPoint Interop Library that provides a low-level API for working with Microsoft PowerPoint files. It enables modifying existing PowerPoint files, making it a good option for applications that require direct XML manipulation of PowerPoint documents.
-
Libcurl
While it doesn't appear to have been updated in many years, Microsoft built a similarly useful tool[1] that lets you browse the structure of a given Office document and see C# code that generates various components of it.
[1] https://github.com/dotnet/Open-XML-SDK/releases/tag/v2.5
-
Is it possible to use Microsoft Word features programatically?
If you use this check out the productivity tool, it will convert a word doc to csharp for you. https://github.com/dotnet/Open-XML-SDK/releases/tag/v2.5
-
Go library that supports extraction and generation of word documents with complex formulae, equations, tables and images.
You’re looking for OpenXML handling. C# probably has the best support, since there’s a Microsoft supported SDK - https://github.com/dotnet/Open-XML-SDK
-
If you had to pick a library from another language (Rust, JS, etc.) that isn’t currently available in Python and have it instantly converted into Python for you to use, what would it be?
https://github.com/dotnet/Open-XML-SDK Yeah, it can be kind of wrapped with pythonnet and stuff. But having it totally pyhtonized would be sooooo great.
- Creating a Web App using Excel
-
Count lines, words, and characters of a MS Word file? ( i.e. Test1.docx )
As an alternative, you could use the Powershell module Open-XML-SDK or PSwriteWord, or PSWriteOffice
-
OpenXml throws a different exception given identical code and similar build configuration for two distinct solutions. Why?
PackageLoader was introduced in https://github.com/OfficeDev/Open-XML-SDK/commit/522200f65b9182f65a112130f830403467f54936
-
Programatically replacing text in docx
In the official GitHub repository you will find similar tools listed, if you have a very particular requirement not fulfilled by OpenXML SDK.
-
Formatting issues from Mac to Windows
Or alternatively you can create a .NET application using the Open XML SDK that does the same thing.
What are some alternatives?
When comparing Numpy.NET and Open XML SDK you can also consider the following projects:
Altair - Declarative visualization library for Python
NPOI - a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
MicroPyScript - MicroPyScript: A test harness for multiple runtimes in PyScript
EPPlus
beautiful-date - Simple and beautiful way to create date and datetime objects in Python.
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.