UiPath.Excel.Activities 2.9.0版本如何获得


我想要UiPath.Excel.Activities 2.9.0版本,可是最低显示只有2.11.0版本,这种情况我该怎么获得

Hello @qianyi_wan

Why do you need that specific version?

You could check TenantPackagesLibraries in Orchestrator, search for UiPath.Excel.Activities and perhaps find an older version.

If you need to download it click the 3 dots next to the desired version.

Regards
Soren

@qianyi_wan,

A quick hack would be open the project.json using any editor like notepad and update the desired package version and save that file.

now reopen the project and Studio should restored the desired version of the package.

感谢你的方法我会去尝试,因为我在专业课上需要指定版本来完成作业。祝你生活愉快。

1 Like

感谢您的方法,我会努力尝试这个方法,在此祝你生活愉快

1 Like

我按照您的方法去做了,可是这个版本和我下载的版本一模一样,似乎并没有2.9.0

Were you able to download a 2.9.X version from Orchestrator?
If so, then you can save that package in a folder on your machine, and create a new repository in Package Manager that points to that folder.

I’m maintaining an old project that requires UiPath.Excel.Activities version 2.9.0 specifically. However, the package sources I have access to (including the official and legacy feeds) only offer versions 2.11.3 and higher.

Does anyone know where I can download the 2.9.0 version, or how I can get it to appear in my Studio?

Hello @qianyi_wan

The behavior that you are observing is due to older UiPath.Excel.Activities version < 2.11.3 not being compatible with Windows project that you are using.

In the image below, it’s clear that Excel activity version 2.11.3 version works for both Windows-Legacy (targetFramework=".NETFramework4.6.1") and Windows (targetFramework="net5.0-windows7.0") project compatibility. However, older versions like 2.10.4 is compatible only with Windows-Legacy. Because of this reason, you may not find older versions listed in Windows project

So, are you saying that my computer does not support downloading older versions of UiPath.Excel.Activities? It seems I have no other way to get the exact version I want.

Hello @qianyi_wan

The issue is not specific to your computer rather the Studio project type (i.e Windows) that you are using. Excel activity version lesser than 2.11.3 is not available for that project type. You can use 2.11.3 or higher version which should be compatible with your project.

Are there issues in using a higher version of Excel activity? If so, Please share so that we can see if there are possible alternates.

The newer version works fine, but I must use version 2.9.0 because I’m working on a legacy project that depends on it.Can you guide me on how to do it?

@qianyi_wan

  • If you want to use 2.9.0 version, you need to continue using Windows-Legacy project
  • If you want to use in the current project (Windows compatibility), sorry, I don’t think there’s a way to use 2.9.0 Excel activity version