FIXED: RunProgram fails to execute if the file path contains more than one space.
FIXED: Run OpenBrowser chrome with actual chrome's language settings. Â Â Â Â Â Â Â Â Â Â Â Â ( Bug fixed - The language in the field when accessing the site is displayed in a different language from the scenario. )
FIXED: Fixed to save a file with .xlsx extension in 'My Document' Â Â Â Â Â Â Â Â Â Â Â Â when specifying only filename instead of writing full path to file name when do 'write' operation in Excel. Â Â Â Â Â Â Â Â Â Â Â Â ( ex ) filename.xlsx
CHANGED: Improved 'Excel' action performance             When read / write, the method of opening and processing the Excel file for each item in the Excel operation is opened and processed once.
CHANGED:Â When you run Excel Read, the cell reads as the formatted value. Â Â Â Â Â Â Â Â Â Â Â If formatting is applied to the cell at the time of Excel Read, it is corrected to read the formatted value. Â Â Â Â Â Â Â Â Â Â Â ( ex )Â Displayed cell value: 100 (format: %) => 'Read' as '100%'