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

Function convertNestedToJsonForExcelInPlace

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

Source from the content-addressed store, hash-verified

185}
186
187function convertNestedToJsonForExcelInPlace(inputList: any[]): any[] {
188 for (let i = 0; i < inputList.length; i++) {
189 inputList[i] = convertNestedItemToJsonForExcel(inputList[i]);
190 }
191
192 return inputList;
193}
194
195
196function removeNonObjects(data: any[]): any[] {

Callers 2

writeExcelFunction · 0.90
writeExcelFunction · 0.90

Calls 1

Tested by

no test coverage detected