ContributionsMost RecentMost LikesSolutionsWorking with JScript and DelphyScript in the same SuiteHi everyone, I would like to know if there is a solution to work with different script language because I want to work with a colleague on a project but he is using only delphy script and I'm using JScript ... Is there a way to work correctly with to different project on the same suite but still sharing keywords with code snippet or sharing the name mapping with a source controle solution ? Re: Read UTF8 Cells from Excel fileHi, Thanx for your reply, but the file was already set to UTF8 encode, The problem was caused by the used of VarToStr(...) instead of aqConvert.VarToStr(...) on one line, my mystake! Problem solvedRead UTF8 Cells from Excel fileHi every one, I'm currently trying to get informations from an excel file but some lines contains utf8 caracters and TestComplete don't interpret it, the result is for example ?????? ????? ??? instead of my cell value My code is like : var myExcel= Sys.OleObject("Excel.Application"); myExcel.Workbooks.Open(ProjectSuite.Path + "\\myExcelFile.xls"); ... var myLine = aqConvert.VarToStr(myExcel.Cells(i, j)); Somebody know how to get utf8 caracters from an excel file ? Like Russian words