BalaReva.EasyExcel.Activities
28.1.2
dotnet add package BalaReva.EasyExcel.Activities --version 28.1.2
NuGet\Install-Package BalaReva.EasyExcel.Activities -Version 28.1.2
<PackageReference Include="BalaReva.EasyExcel.Activities" Version="28.1.2" />
paket add BalaReva.EasyExcel.Activities --version 28.1.2
#r "nuget: BalaReva.EasyExcel.Activities, 28.1.2"
// Install BalaReva.EasyExcel.Activities as a Cake Addin #addin nuget:?package=BalaReva.EasyExcel.Activities&version=28.1.2 // Install BalaReva.EasyExcel.Activities as a Cake Tool #tool nuget:?package=BalaReva.EasyExcel.Activities&version=28.1.2
This package's activities are to make easy automation in Excel.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- DocumentFormat.OpenXml (>= 2.5.0)
- Microsoft.Office.Interop.Excel (>= 15.0.4795.1000)
- MicrosoftOfficeCore (>= 15.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
1.0.0 - New
1.0.1 - Extension error fix..
2.0.0 - New activities (ColumnMove,ColumnCopy)
2.1.0 - Paste From Clipboard
2.2.0 - New activity Copy ToClipboard
3.0.0 - New activities Find and FindReplace,ColumnMove category name change.
3.0.1 - Removed the ColumCopy to add more features
4.0.0- New activities FindLastRow and FindLastColumn
5.0.1 - CellFont new activity
5.1.0 - Get Table Names
6.0.0 - New activity Delete contiguous Rows and Columns
6.1.0 - Adding new feature that Rowindexs in find activity
7.0.0 - Add new activity Refresh all
8.0.0 - Implement the UiPath Recommendation
9.0.0 - New activity - SetBorder
10.0.0 - New activities - GetHiddenColumns,GetHiddenRows
11.0.0 - New activities DeleteTable and ExistsTable. Get Tables activity namespace changed to Table
12.0.0 - New Activity InsertHyperlink
13.0.0 - New activity GetHyperlink
14.0.0 - New activity RemoveHyperlink
15.0.0 - New activity IsMergedCell
16.0.0 - UiPath Go recommendation
17.0.0 - New activities Freeze Columns and Freeze Rows
19.0.0 - Get Column Index and Get Column Name
19.1.0 - Add the Last and First to move the sheet in the Move sheet activity
20.0.0- New activity "Sorting" . Having the provisionfor multiple column.
20.0.1- UiPath Recommendations..
20.2.0 - Error fix in Paste Clipboard
21.0.0 - Remove / Clear filter
22.0.0 - Remove / Clear NonTable filter
22.0.0 - Copy As Picture
22.0.1 - Removed Copy As Picture
23.0.0 - Activity Format Painter
24.0.0- new activities Extract Images, Delete Image, Image Exists,Copy as picture
25.0.0 - New activities ChartImageExtract,ChartFormat,ChartDelete,ChartCopyToClipboard,ChartEmbedToPowerPoint
26.0.0- New activities (Tab Color,Freeze Panes,SelectCell)
26.1.0- ContinueOn Error added to all activities, CellFont Actvity renamed to Set Range Style
27.0.0- New activities - Find empty rows,HideUnhide empty rows.
28.0.0- New activity - Delete empty rows and code improvement in Delete Row.
28.0.1 - Embeded excel to power point
28.0.2 - Set style Range code improvement..
28.0.3 - Adding output as datatable for extract hyperlink
28.0.4 - Delete all chart
28.1.0 - New activity Merge / Append sheets
28.1.1 - New feature to Merge / Append sheets activity
28.1.2 - Code improvement