Skip to content

Releases: bartkl/robotframework-excellentlibrary

ExcellentLibrary v1.0.0

02 Jun 10:08
330ead4
Compare
Choose a tag to compare

This library is now compatible with Python 3, but from this version on no longer supports Python 2.

v0.9.2

17 Sep 12:46
Compare
Choose a tag to compare

Changes

  • Support for opening Excel workbooks with VBA code /macros has been added.
    • The Open workbook keyword now has a keep_vba parameter which if true will cause the workbook to be opened without dismissing the VBA code it contains.
    • Also when writing in (and saving to) such a workbook, the VBA code will still be preserved.
    • By default keep_vba is set to ${FALSE}, so you have to explicitly pass this in as ${TRUE} if you want to preserve macros.

Fixes

  • Several typos and cosmetical issues have been fixed in the documentation.

v0.9

13 Aug 19:37
Compare
Choose a tag to compare
  • Fixed and improved documentation

v0.8

13 Aug 07:33
Compare
Choose a tag to compare
initial release commit