aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.49k stars 575 forks source link

Wrong value when writing excel data with leading 0 - fixed #1260

Open ruthtxh opened 2 years ago

ruthtxh commented 2 years ago

Source: Telegram Chat (https://t.me/rpa_chat/14225)

ruthtxh commented 2 years ago

Root cause is due to javascript eval() of the RHS of excel step, causing numbers with leading 0 to be parsed as octal instead of string.