← All release notes

March 14, 2024 · RPA Framework

🎉 RPA Framework 28.4.0 and rpaframework-google 9.0.0

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

    • Add keyword Select current paragraph for selecting the current paragraph.

    • Add keyword Select paragraphs for selecting previous/next paragraphs.

    • Add keyword Copy selection to clipboard for copying the selection to the clipboard.

  • Library RPA.Excel.Application (#1158):

    • Add keyword Remove hidden columns and rows from given range.

    • Add keyword Merge range for merging cells in a range.

    • Add keyword Unmerge range for unmerging cells in a range.

  • Library RPA.Cloud.Google (#1157, rpaframework-google 9.0.0):

    • Fix problem with method intellisense in Python development environments.

    • Add keyword Detect Tables for detecting table-like structures in spreadsheet’s sheets.

    • Add keyword Get Sheet Formulas for getting formulas from a sheet.

    • Add keyword To A1 notation for converting column number to A1 notation.