Skip to content

Commit c2c20e3

Browse files
committed
Update README
1 parent 0f6896d commit c2c20e3

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

README.md

+41-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
# ImportFunctions
1+
# ImportFunctions
2+
3+
ExcelDna.ImportFunctions is an Excel add-in that implements the IMPORTxxx functions from Google Sheets.
4+
The aim is to (eventually) be compatible with the behaviour of the Google Sheets functions.
5+
6+
The initial functions are:
7+
* IMPORTXML
8+
* IMPORTHTML
9+
10+
The add-in is developed in C# based on the Excel-DNA library, and uses the HtmlAgilityPack as a helper.
11+
12+
The add-in targets .NET Framework 4.8 and Excel 2007 or later (Windows only).
13+
14+
## Installation
15+
16+
The Releases page on the GitHub repository contains the latest release, containng two files, ExcelDna.ImportFunctions32.xll and ExcelDna.ImportFunctions64.xll. Download the add-in matching installed Excel architecture, unblock the download and double-clicking to open in Excel. The add-in can also be installed in the Excel Add-Ins dialog (press Alt+t, i) to open automatically when Excel starts.
17+
18+
**Remember to 'Unblock' the .xll file after downloading (by going to File -> Properties in Windows Explorer).**
19+
20+
## Status
21+
22+
The add-in is in early development, and is not yet ready for general use.
23+
24+
## Support and Feedback
25+
26+
Please create a GitHub Issue for any problems, questions or suggestions.
27+
28+
## Building
29+
30+
The project is built using Visual Studio 2022. The build process will download the required NuGet packages.
31+
32+
## License
33+
34+
The add-in is licensed under the MIT License. See the LICENSE file for details.
35+
36+
37+
38+
39+
40+
41+

0 commit comments

Comments
 (0)