jspreadsheet 8.1.7 → 8.1.12
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.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +411 -410
- package/dist/jspreadsheet.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -190,6 +190,8 @@ declare namespace jspreadsheet {
|
|
|
190
190
|
wordWrap?: boolean;
|
|
191
191
|
/** Process the raw data when copy or download. Default: true */
|
|
192
192
|
process?: boolean;
|
|
193
|
+
/** Try to cast numbers from a cell text. Default: true */
|
|
194
|
+
autoCasting?: boolean;
|
|
193
195
|
}
|
|
194
196
|
|
|
195
197
|
interface Row {
|