Here is a simple function to write data to a spreadsheet...
Ref: https://support.smartbear.com/testcomplete/docs/testing-with/working-with-external-data-sources/excel/index.html
function Write2Excel(_valuesObj,_fileName,_sheetName)\n{\n let excelFile = undefined;\n let excelSheet = undefined;\n\n if (!aqFile.Exists(_fileName))\n { \n // Create a new Excel file and add a new empty sheet to it\n Log.Message(aqString.Format(\"The %s file does not exist and will be created.\", _fileName));\n excelFile = Excel.Create(_fileName);\n excelSheet = excelFile.AddSheet(_sheetName);\n excelFile.Save();\n } \n \n if (aqFile.Exists(_fileName))\n {\n // Open the existing Excel file\n excelFile = Excel.Open(_fileName);\n\n if(SheetWithTitleExists(excelFile,_sheetName) == false)\n {\n excelSheet = excelFile.AddSheet(_sheetName); \n }\n else\n {\n excelSheet = excelFile.SheetByTitle(_sheetName); \n }\n \n Object.entries(_valuesObj).forEach(([key, value]) => \n {\n if(excelSheet.RowCount == 0)\n {\n // Write the header row\n Object.entries(value).forEach(([key, value]) =>\n {\n //Write Line Item Values to rows. \n let cellData = \"\";\n Object.entries(value).forEach(([key, value]) =>\n {\n cellHeader = key;\n cellData = value;\n\n });\n excelSheet.Cell(key, 1).Value = cellHeader; \n excelSheet.Cell(key, 2).Value = cellData;\n });\n }\n else\n {\n rowIndex = excelSheet.RowCount + 1; \n Object.entries(value).forEach(([key, value]) =>\n {\n //Write Line Item Values to rows. \n let cellData = \"\";\n Object.entries(value).forEach(([key, value]) =>\n {\n cellData = value;\n });\n excelSheet.Cell(key, rowIndex).Value = cellData; \n });\n }\n }); \n }\n // Save the file to apply the changes\n excelFile.Save();\n //Excel.Close(fileName);\n}\n\nfunction SheetWithTitleExists(_fileName,_sheetName)\n{\n if (! equal(_fileName, null))\n {\n if (_fileName.SheetCount > 0)\n {\n for (let i = 0; i < _fileName.SheetCount; i++)\n {\n if (equal(_fileName.SheetByIndex(i).Title, _sheetName))\n {\n return true;\n }\n }\n return false;\n }\n else\n {\n return false;\n }\n }\n}\n\nmodule.exports.Write2Excel = Write2Excel;\nmodule.exports.SheetWithTitleExists = SheetWithTitleExists;\n
\n","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@stringLength":"208","kudosSumWeight":0,"repliesCount":0,"postTime":"2025-04-01T06:23:13.227-07:00","lastPublishTime":"2025-04-01T06:23:13.227-07:00","metrics":{"__typename":"MessageMetrics","views":0},"visibilityScope":"PUBLIC","placeholder":false,"originalMessageForPlaceholder":null,"entityType":"IDEA_REPLY","eventPath":"category:TestComplete_forum/community:nwkab66374board:TestXCompleteFeatureRequests/message:275500/message:275510","status":{"__typename":"IdeaStatus","previousStatus":null,"currentStatus":null},"replies":{"__typename":"MessageConnection","pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null},"edges":[]},"customFields":[],"attachments":{"__typename":"AttachmentConnection","edges":[],"pageInfo":{"__typename":"PageInfo","hasNextPage":false,"endCursor":null,"hasPreviousPage":false,"startCursor":null}}},"CachedAsset:text:en_US-components/users/UserLink-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-components/users/UserLink-1741125846000","value":{"authorName":"View Profile: {author}","anonymous":"Anonymous"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/users/UserRank-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/users/UserRank-1741125846000","value":{"rankName":"{rankName}","userRank":"Author rank {rankName}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageTime-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageTime-1741125846000","value":{"postTime":"Published: {time}","lastPublishTime":"Last Update: {time}","conversation.lastPostingActivityTime":"Last posting activity time: {time}","conversation.lastPostTime":"Last post time: {time}","moderationData.rejectTime":"Rejected time: {time}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageSubject-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageSubject-1741125846000","value":{"noSubject":"(no subject)"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageBody-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageBody-1741125846000","value":{"showMessageBody":"Show More","mentionsErrorTitle":"{mentionsType, select, board {Board} user {User} message {Message} other {}} No Longer Available","mentionsErrorMessage":"The {mentionsType} you are trying to view has been removed from the community.","videoProcessing":"Video is being processed. Please try again in a few minutes.","bannerTitle":"Video provider requires cookies to play the video. Accept to continue or {url} it directly on the provider's site.","buttonTitle":"Accept","urlText":"watch"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageCustomFields-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageCustomFields-1741125846000","value":{"CustomField.default.label":"Value of {name}"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageReplyButton-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageReplyButton-1741125846000","value":{"repliesCount":"{count}","title":"Reply","title@board:BLOG@message:root":"Comment","title@board:TKB@message:root":"Comment","title@board:IDEA@message:root":"Comment","title@board:OCCASION@message:root":"Comment"},"localOverride":false},"CachedAsset:text:en_US-components/messages/MessageView/MessageViewInline-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-components/messages/MessageView/MessageViewInline-1741125846000","value":{"bylineAuthor":"{bylineAuthor}","bylineBoard":"{bylineBoard}","anonymous":"Anonymous","place":"Place {bylineBoard}","gotoParent":"Go to parent {name}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/users/UserAvatar-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/users/UserAvatar-1741125846000","value":{"altText":"{login}'s avatar","altTextGeneric":"User's avatar"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/ranks/UserRankLabel-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/ranks/UserRankLabel-1741125846000","value":{"altTitle":"Icon for {rankName} rank"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/nodes/NodeIcon-1741125846000":{"__typename":"CachedAsset","id":"text:en_US-shared/client/components/nodes/NodeIcon-1741125846000","value":{"contentType":"Content Type {style, select, FORUM {Forum} BLOG {Blog} TKB {Knowledge Base} IDEA {Ideas} OCCASION {Events} other {}} icon"},"localOverride":false}}}},"page":"/ideas/IdeaMessagePage/IdeaMessagePage","query":{"boardId":"testxcompletefeaturerequests","messageSubject":"to-update-test-cases-on-excel-testcomplete-should-have-integration-with-excel-","messageId":"275500"},"buildId":"q_bLpq2mflH0BeZigxpj6","runtimeConfig":{"buildInformationVisible":false,"logLevelApp":"info","logLevelMetrics":"info","openTelemetryClientEnabled":false,"openTelemetryConfigName":"smartbear","openTelemetryServiceVersion":"25.2.0","openTelemetryUniverse":"prod","openTelemetryCollector":"http://localhost:4318","openTelemetryRouteChangeAllowedTime":"5000","apolloDevToolsEnabled":false,"inboxMuteWipFeatureEnabled":false},"isFallback":false,"isExperimentalCompile":false,"dynamicIds":["./components/community/Navbar/NavbarWidget.tsx","./components/community/Breadcrumb/BreadcrumbWidget.tsx","./components/ideas/IdeaTopicWidget/IdeaTopicWidget.tsx","./components/messages/RelatedContentWidget/RelatedContentWidget.tsx","./components/customComponent/CustomComponent/CustomComponent.tsx","./components/messages/MessageView/MessageViewStandard/MessageViewStandard.tsx","./components/messages/ThreadedReplyList/ThreadedReplyList.tsx","../shared/client/components/common/List/UnstyledList/UnstyledList.tsx","./components/messages/MessageView/MessageView.tsx","./components/messages/MessageView/MessageViewInline/MessageViewInline.tsx","./components/customComponent/CustomComponentContent/TemplateContent.tsx"],"appGip":true,"scriptLoader":[]}