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

Method toExcel

src/danfojs-node/src/core/series.ts:146–148  ·  view source on GitHub ↗

* Converts a Series 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 Node

(options?: ExcelOutputOptionsNode)

Source from the content-addressed store, hash-verified

144 *
145 */
146 toExcel(options?: ExcelOutputOptionsNode): void {
147 return toExcelNode(this, options as ExcelOutputOptionsNode)
148 }
149}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected