18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Excel sheet problem, adding large data
Hi,
I have a problem in adding large amount of data into excel sheet. I am able to write small sentences into the sheet. But if I have more than 2 sentences writing into excel sheet in my script, then only a part of the data is written into the file. Is there any solution for this or is it a limitation? Can anyone please help me.
I have a problem in adding large amount of data into excel sheet. I am able to write small sentences into the sheet. But if I have more than 2 sentences writing into excel sheet in my script, then only a part of the data is written into the file. Is there any solution for this or is it a limitation? Can anyone please help me.
Tagged:
This discussion has been closed.
Comments
The data is just simple sentences with only alphabets and there are no special characters also in it. Also can you please tell me how to enter carriage return Alt+Enter into the cell in excel sheet through script. Because I am just writing the data in the single line itself. That may be the reason for the problem.
Thanks and Regards
Shwetha
i am also getting following error while trying to read excel data having ALT+Enter as cell content.
JSERROR
SyntaxError: unterminated string literal
Do we have any work around to read multiline excel cell data?
Will have a look at this and get back to you.
Regards,
Narayan
Before, we make a permanent fix for this issue and just for time being, edit the lib.js file located at <sahi base directory>\htdocs\spr as below
Replace the line
as
Let us know, if this works for you.
Thanks,
Venky.