Primo.Office.Extra.Core
1.2.1
dotnet add package Primo.Office.Extra.Core --version 1.2.1
NuGet\Install-Package Primo.Office.Extra.Core -Version 1.2.1
<PackageReference Include="Primo.Office.Extra.Core" Version="1.2.1" />
<PackageVersion Include="Primo.Office.Extra.Core" Version="1.2.1" />
<PackageReference Include="Primo.Office.Extra.Core" />
paket add Primo.Office.Extra.Core --version 1.2.1
#r "nuget: Primo.Office.Extra.Core, 1.2.1"
#:package Primo.Office.Extra.Core@1.2.1
#addin nuget:?package=Primo.Office.Extra.Core&version=1.2.1
#tool nuget:?package=Primo.Office.Extra.Core&version=1.2.1
About
Primo RPA robot uses elements of the package to automate interaction with Java.
How to Use
In Primo RPA studio, create a project that will be executed by Primo RPA robot. Install this package via the ".Dependencies → Manage Dependencies" menu the "Office Extras" node with package elements will appear in Elements tree.
Workbooks
The "Excel workbook" element is a container for all other elements that work with Excel. This element is used to connect to Excel workbook.
In pure code projects use the element as follows:
//drv - Driver: [LTools.Office.SDK.ExcelDriver] Excell Driver to interop with Excel workbooks
var excellApp = new DXExcel(drv);
// or
var excellApp = new InteropExcel(drv);
/// Read text from document
/// range - [String] Range to read
/// sheet - [String] Sheet name
/// sheetIndex - [Int32?] Sheet index
/// dateFormat - [String] Format datens>
List<List<string>> res = excellApp.ReadFilterRange(range, sheet, [sheetIndex], [dateFormat])
Documents
The "Word document" element is a container for all other elements that work with Word.
Key Features
- High performance
- Set of elements for extra processing for documents and workbooks
- Supports .NET 8
Main Types
- Primo.Office.Extra.WFExcelAutofitRange
- Primo.Office.Extra.WFExcelFileInfo
- Primo.Office.Extra.WFExcelReadFilterRange
- LTools.Office.Elements.Word.WFAttachWord
Feedback
Bug reports and contributions are welcome at Primo RPA chat
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
This package has no dependencies.
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.2.1 | 132 | 2/4/2025 |