If you are using a trial, generate a trial license file from EasyXLS trials page. The trial license is valid for 30-days.
If you own a license key, you may login to the account that purchased the license and generate the license file from: https://www.easyxls.com/my-orders
Setup the license file into your project using these guidelines.
Step 4: Add reference to EasyXLS (optionally)
Optionally, EasyXLS can be added as reference. Go to menu, select "Project" menu item, choose "References...", then check EasyXLS from the "Available References" list.
Step 5: Run VB6 code that adds formula to Excel cell
Execute the following VB6 code that converts HTML file to Excel.
Overloaded methods For methods with same name but different parameters, only the first method overload retains the original name. Subsequent overloads are uniquely renamed by appending to the method name '_2', '_3', etc (method, method_2, method_3), an integer that corresponds to the order of declaration that can be found in EasyXLS.h, a file that comes with EasyXLS installation.