@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] - The csv encoding type, the default encoding type is 'UTF-8'.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mescius/spread-sheets",
3
- "version": "17.0.5",
3
+ "version": "17.0.7",
4
4
  "main": "index.js",
5
5
  "description":"A Complete Microsoft Excel-like JavaScript Spreadsheet for Enterprise Applications",
6
6
  "scripts": {},