Using C to Create Performant Excel Functions

This page summarizes the projects mentioned and recommended in the original post on /r/excel

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ExcelDna

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

  • xladd-derive

    Macros to help write Excel User defined functions easily in Rust

  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts