MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / toExcel

Method toExcel

src/danfojs-node/src/core/frame.ts:184–186  ·  view source on GitHub ↗

* Converts a DataFrame to Excel file format. * @param options Configuration object. Supported options: * - `sheetName`: The sheet name to be written to. Defaults to `'Sheet1'`. * - `filePath`: The filePath to be written to. Defaults to `'./output.xlsx'`. Option is only available in N

(options?: ExcelOutputOptionsNode)

Source from the content-addressed store, hash-verified

182 *
183 */
184 toExcel(options?: ExcelOutputOptionsNode): void {
185 return toExcelNode(this, options as ExcelOutputOptionsNode)
186 }
187}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected