@mescius/spread-sheets 17.0.5 → 17.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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.
|