@mescius/spread-sheets 17.0.5 → 17.0.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -13818,7 +13818,7 @@ declare module GC{
|
|
13818
13818
|
/**
|
13819
13819
|
* @typedef GC.Spread.Sheets.ExportCsvOptions
|
13820
13820
|
* @property {GC.Spread.Sheets.FileType} fileType - The file type.
|
13821
|
-
* @property {string} [encoding] -
|
13821
|
+
* @property {string} [encoding] - Deprecated: Currently only support to export in UTF-8 encoding, set the `encoding` attribute will take no effect.
|
13822
13822
|
* @property {string} [rowDelimiter] - The row delimiter that is appended to the end of the row, the default row delimiter is '\r\n'.
|
13823
13823
|
* @property {string} [columnDelimiter] - The column delimiter that is appended to the end of the column, the default column delimiter is ','.
|
13824
13824
|
* @property {object} [range] - The range info.
|