February 23, 2024 ยท RPA Framework
๐ RPA Framework 28.3.0
-
Library RPA.Excel.Application (#1152): Add keyword
Write data to rangefor writing data to range(s) in a spreadsheet. This will be significantly faster than usingWrite to cellskeyword for large data sets. -
Library RPA.Word.Application (#1152):
-
Add keywords starting with
Move_for positioning cursor position in a document. -
Add keyword
Find textfor finding text in a document. -
Add keyword
Paste from clipboardfor pasting text from clipboard to a current cursor position. -
Add keyword
Get current lineto get text from the current line. -
Add keyword
Get number of linesto get number of lines in a current document. -
Refactor keyword
Write textto take cursor positioning into consideration.