Skip to content

Commit 0961b91

Browse files
committed
update README
1 parent 9d6bba9 commit 0961b91

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

22
Translation of Excel SDK to the D Programming Language
33
Ported by Laeeth Isharc 2015
4-
(C) Microsoft etc
4+
(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

Comments
 (0)