zzzprojects / html-agility-pack

Html Agility Pack (HAP) is a free and open-source HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT. It is a .NET code library that allows you to parse "out of the web" HTML files.
https://html-agility-pack.net
MIT License
2.65k stars 375 forks source link

[Feature Request] expose library to Component Object Model (COM) #492

Closed smfukaya closed 1 year ago

smfukaya commented 1 year ago

It would be great if HTML Agility Pack could be used in Microsoft Office/VBA projects in order to parse ill-formed HTML and use its xpath features.

1. Description

Expose all classes to Component Object Model (COM) in order to be referenced by VBA applications.

4. Any further technical details

JonathanMagnan commented 1 year ago

Hello @smfukaya ,

Feel free to make a fork and make this request, but on our side, that's currently not in our plan to expose our library to COM.

Best Regards,

Jon


Sponsorship Help us improve this library

Performance Libraries context.BulkInsert(list, options => options.BatchSize = 1000); Entity Framework ExtensionsDapper Plus

Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval Function