โ† All release notes

February 23, 2024 ยท RPA Framework

๐ŸŽ‰ RPA Framework 28.3.0

  • Library RPA.Excel.Application (#1152): Add keyword Write data to range for writing data to range(s) in a spreadsheet. This will be significantly faster than using Write to cells keyword for large data sets.

  • Library RPA.Word.Application (#1152):

  • Add keywords starting with Move_ for positioning cursor position in a document.

  • Add keyword Find text for finding text in a document.

  • Add keyword Paste from clipboard for pasting text from clipboard to a current cursor position.

  • Add keyword Get current line to get text from the current line.

  • Add keyword Get number of lines to get number of lines in a current document.

  • Refactor keyword Write text to take cursor positioning into consideration.