MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / convertNestedToJsonForExcel

Function convertNestedToJsonForExcel

js/botasaurus-js/src/output.ts:183–185  ·  view source on GitHub ↗
(inputList: any[])

Source from the content-addressed store, hash-verified

181 return processedDict
182}
183function convertNestedToJsonForExcel(inputList: any[]): any[] {
184 return inputList.map(convertNestedItemToJsonForExcel);
185}
186
187function convertNestedToJsonForExcelInPlace(inputList: any[]): any[] {
188 for (let i = 0; i < inputList.length; i++) {

Callers 1

writeExcelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected