https://github.com/excel-dna/importfunctions
Excel add-in that implements IMPORTxxx functions compatible with Google Sheets
https://github.com/excel-dna/importfunctions
Last synced: 2 months ago
JSON representation
Excel add-in that implements IMPORTxxx functions compatible with Google Sheets
- Host: GitHub
- URL: https://github.com/excel-dna/importfunctions
- Owner: Excel-DNA
- License: mit
- Created: 2023-12-14T08:40:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T22:08:00.000Z (over 2 years ago)
- Last Synced: 2025-02-26T05:32:49.448Z (over 1 year ago)
- Language: C#
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ImportFunctions
ExcelDna.ImportFunctions is an Excel add-in that implements the IMPORTxxx functions from Google Sheets.
The aim is to (eventually) be compatible with the behaviour of the Google Sheets functions.
The initial functions are:
* IMPORTXML
* IMPORTHTML
The add-in is developed in C# based on the Excel-DNA library, and uses [AngleSharp](https://github.com/AngleSharp/AngleSharp) as the processor.
The add-in targets .NET Framework 4.8 and Excel 2007 or later (Windows only).
## Installation
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.
**Remember to 'Unblock' the .xll file after downloading (by going to File -> Properties in Windows Explorer).**
## Status
The add-in is in early development, and is not yet ready for general use.
## Support and Feedback
Please create a GitHub Issue for any problems, questions or suggestions.
## Building
The project is built using Visual Studio 2022. The build process will download the required NuGet packages.
## License
The add-in is licensed under the MIT License. See the LICENSE file for details.