xlladdins / xll

Excel add-in library
MIT License
104 stars 23 forks source link

Unavailable link for "Use this template" under Get Started #23

Closed KSDXLL closed 1 year ago

KSDXLL commented 1 year ago

I would like to learn how to create .xll from scratch.

However, I found that the link provided under Get Started is broken: image

Could you please suggest?

Thanks a lot!

keithalewis commented 1 year ago

It points to https://github.com/xlladdins/xll_template/generate. Try again?

KSDXLL commented 1 year ago

noted.

Do I need to download all the files in XLL folder in the link below as well? https://github.com/xlladdins/xll

Thanks

keithalewis commented 1 year ago

No

KSDXLL commented 1 year ago

When I download the files from link "Use this template" in the the link below, https://github.com/xlladdins/xll_template/generate

I got the files as screenshot below, however, the folder "xll" has no any file inside image

When I open the file "xll_template.sln", then I got this in Microsoft Visual Studio:

Or do I need to use "Clone a repository" in Visual Studio instead of double click the file "xll_template.sln"

Thanks a lot for your clarification

keithalewis commented 1 year ago

I'm not clear on what you mean by "download the files from the link". When I click on the link I see: image I am going to post this now to see how it shows up on github. You seem to be more advanced than I am with doing this.

keithalewis commented 1 year ago

I think I'm getting the hang of this now: image Click on Create repository from template.

I see: image

.

keithalewis commented 1 year ago

Tap on Code and Open with Visual Studio. You might have to click on xll_template.sln to open the solution. If you are using Visual Studio 2022 then F5 will build the xll and start Excel with the add-in loaded. It can work with older versions but there are two more steps.

KSDXLL commented 1 year ago

ok thanks a lot! now, it seems to be working.

Previously, instead of Code and Open with Visual Studio, I click on Code and Download Zip.

Thanks a again, I'm quite new to Github as well as Xll with C++, now I will start learning to create some UDF from this.

keithalewis commented 1 year ago

You know enough to close an issue when it has been resolved. Time for you to get to work on what you are passionate about and have people open issues on what you create. Keep me in your loop on your journey.👍