Strore the values from the GUI into the excel sheet
-
Hi Team,
We are looking for tools or tech that can help in automation testing for desktop applications and came across Squish automation tool.We tried playing with the tool and in between our automation testing, we have been struck because we need to know how to store the values in excel sheet from the application as it is one of our use cases.
So Please help me in getting this query resolved. Happy to connect with you online.
Thanks in advance.
Shashi Kiran -
@shashi3 said in Strore the values from the GUI into the excel sheet:
how to store the values in excel sheet from the application
If you only want CSV (comma-separated values) saved --- which Excel can read in, but it contains only values, e.g. no formatting information --- then just write to a text file from the data.
If you want a proper Excel spreadsheet then look at using something like https://qtexcel.github.io/QXlsx/ or read https://wiki.qt.io/Handling_Microsoft_Excel_file_format.