You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# ZigXLL
2
2
3
-
A Zig package for creating Excel custom functions.
3
+
A Zig package for implementing Excel custom functions against the C SDK.
4
4
5
5
There's a [standalone repo here](https://github.com/AlexJReid/zigxll-standalone/) which can be used as a template.
6
6
7
7
## Why
8
8
9
-
This is all predicated on the possibility that someone would want to write functions for Excel in Zig. So that makes it very niche.
9
+
This is all predicated on the possibility that someone may want to write custom functions for Excel in Zig.
10
10
11
11
It exists because I wanted to see if it was possible to use Zig's C interop and comptime to make the Excel C SDK nicer to work with. I think it works quite nicely already, but I'd be glad of your feedback. I'm [@alexjreid](https://x.com/AlexJReid) on X.
0 commit comments