@corbe30/fortune-excel 2.3.1 → 2.3.2

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.
@@ -720,7 +720,7 @@ var FortuneSheetCelldata = /** @class */ (function (_super) {
720
720
  }
721
721
  // to be confirmed
722
722
  else if (t == constant_1.ST_CellType["InlineString"] && v != null) {
723
- cellValue.v = "'" + value;
723
+ cellValue.v = "".concat(value);
724
724
  }
725
725
  else {
726
726
  value = (0, method_1.escapeCharacter)(value);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "workspaces": [
4
4
  "src/*"
5
5
  ],
6
- "version": "2.3.1",
6
+ "version": "2.3.2",
7
7
  "description": "An Excel import/export import library for FortuneSheet",
8
8
  "main": "dist/main.js",
9
9
  "types": "dist/main.d.ts",