Settings

Theme

Show HN: Excel Custom Functions in Zig

github.com

5 points by alexjreid 4 months ago · 3 comments · 1 min read

Reader

A Zig package for implementing Excel custom functions against the ancient C SDK.

This exists because I wanted to learn about Zig's C interop and comptime to see if it was possible to make the Excel C SDK slightly nicer to work with.

It's just a demo, I wouldn't use it for anything important, but I learnt a lot doing it. There is also a demo repo: https://github.com/AlexJReid/zigxll-standalone

O_H_E 4 months ago

welp...cool product (xllify) I gotta say. Didn't know custom excel functions (XLL/DLL) were a thing.

  • alexjreidOP 4 months ago

    Thank you! Yes they've been around a long while. They perform well and can make use of multiple threads etc. The SDK is pretty old school so best to use a layer on top such as xllify, Excel-DNA...

ruti3 4 months ago

very cool!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection