We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6bba9 commit 0961b91Copy full SHA for 0961b91
README
@@ -1,4 +1,19 @@
1
2
Translation of Excel SDK to the D Programming Language
3
Ported by Laeeth Isharc 2015
4
-(C) Microsoft etc
+(C) Microsoft etc
5
+
6
+Instructions:
7
+download the Excel SDK
8
+rename xlcall32.lib for 32 bit from SDK to xlcall32d.lib
9
+rename xlcall32.lib for 64 bit from SDK to xlcall64d.lib
10
11
+run make32.bat or make64.bat depending on your system
12
+this will compile the generic.d sample excel add-in to produce a
13
+generic32.xll or generic64.xll. open this file in excel
14
+enter numbers in cells A1:A3
15
+type into cell A10 =funcsum(A1:A3). you should see the sum of the numbers
16
17
18
+more coming soon.
19
0 commit comments