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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Primo.Office.Extra.Core" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Primo.Office.Extra.Core" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Primo.Office.Extra.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Primo.Office.Extra.Core --version 1.2.1
                    
#r "nuget: Primo.Office.Extra.Core, 1.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Primo.Office.Extra.Core@1.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Primo.Office.Extra.Core&version=1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Primo.Office.Extra.Core&version=1.2.1
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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