Skip to content

Commit

Permalink
fix(types): Add FS in WritingOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyallan committed Dec 5, 2023
1 parent 5b4806b commit 9903c82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,14 @@ export interface WritingOptions extends CommonOptions, SheetOption {

/** Base64 encoding of NUMBERS base for exports */
numbers?: string;

/**
* Separator for the data fields in the exported file.
* Use this character to distinguish and separate information fields.
* @example
* FS: ','
*//** Separator */
FS?: string;
}

/** Workbook Object */
Expand Down

0 comments on commit 9903c82

Please sign in to comment.