ExcelDna VS xladd-derive

Compare ExcelDna vs xladd-derive and see what are their differences.

ExcelDna

Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library. (by Excel-DNA)

xladd-derive

Macros to help write Excel User defined functions easily in Rust (by ronniec95)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ExcelDna xladd-derive
11 1
1,233 17
2.7% -
8.6 0.0
8 days ago over 1 year ago
C# Rust
zlib License 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.

ExcelDna

Posts with mentions or reviews of ExcelDna. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-25.

xladd-derive

Posts with mentions or reviews of xladd-derive. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-27.
  • Using C to Create Performant Excel Functions
    3 projects | /r/excel | 27 Jul 2021
    Yes and no. I'm the author of https://github.com/ronniec95/xladd-derive which allows you to create fully native Rust(like C) wrappers for functions. There is a small cost to calling C functions (pointer copies for data) but the bigger cost is when chaining as you can't pass the results of a function to the next one in the chain without a copy to/from Excel types.

What are some alternatives?

When comparing ExcelDna and xladd-derive you can also consider the following projects:

EPPlus

NetOffice - 🌌 Create add-ins and automation code for Microsoft Office applications.

NPOI - a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.

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.

DocX - Fast and easy to use .NET library that creates or modifies Microsoft Word files without installing Word.

Open XML SDK - Open XML SDK by Microsoft

Report-From-DocX-HTML-To-PDF-Converter - .NET Core library to create custom reports based on Word docx or HTML documents and convert to PDF

ExcelDna-Unpack - Command-line utility to extract the contents of Excel-DNA add-ins packed with ExcelDnaPack

ExcelDataReader - Lightweight and fast library written in C# for reading Microsoft Excel files

MiniExcel - Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)

PureExcel - A lightweight excel parser

xll - Excel add-in library