Skip to content

Commit d9ae7e5

Browse files
authored
Update README.md
1 parent f9a2c58 commit d9ae7e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ZigXLL
22

3-
A Zig package for creating Excel custom functions.
3+
A Zig package for implementing Excel custom functions against the C SDK.
44

55
There's a [standalone repo here](https://github.com/AlexJReid/zigxll-standalone/) which can be used as a template.
66

77
## Why
88

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

1111
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.
1212

0 commit comments

Comments
 (0)