Skip to content

Commit 583dc6c

Browse files
authored
Merge branch 'peacechen-stable' into stable
2 parents 042008b + 2048bde commit 583dc6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/converter.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ export interface ISharedOptions {
1818
*/
1919
excelBOM?: boolean;
2020

21+
/**
22+
* Should boolean values be wrapped in wrap delimiters to prevent Excel from
23+
* converting them to Excel's TRUE/FALSE Boolean values.
24+
* @default false
25+
*/
26+
wrapBooleans?: boolean;
27+
2128
/**
2229
* Specify the keys that should be converted
2330
*

0 commit comments

Comments
 (0)