File
This is the main class, use it:
import { File } from 'better-xlsx';
const file = new File();
const sheet = file.addSheet('Sheet-1');
Member Summary
Private Members | ||
private |
definedNames: * |
|
private |
sheet: * |
|
private |
sheets: * |
|
private |
styles: * |
Method Summary
Public Methods | ||
public |
Add a new Sheet, with the provided name, to a File |
|
public |
Save the File to an xlsx file. |
Private Methods | ||
private |
|