Releases: bartkl/robotframework-excellentlibrary
Releases · bartkl/robotframework-excellentlibrary
ExcellentLibrary v1.0.0
v0.9.2
Changes
- Support for opening Excel workbooks with VBA code /macros has been added.
- The
Open workbook
keyword now has akeep_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.
- The
Fixes
- Several typos and cosmetical issues have been fixed in the documentation.