diff --git a/README.md b/README.md index c24b1ec..22d2e8b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
FortuneSheet is an online spreedsheet component library that provides out-of-the-box features just like Excel
+FortuneSheet is an online spreadsheet component library that provides out-of-the-box features just like Excel
+ +
+ ## Attention This project is in the state of early development, APIs may have significant change in the future, use with caution in production. diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index df075d1..3f8a57d 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -6,7 +6,7 @@ module.exports = { '/': { lang: 'en-US', // 将会被设置为 的 lang 属性 title: 'FortuneSheet Document', - description: 'FortuneSheet is an online spreedsheet component library that provides out-of-the-box features just like Excel. This site contains official configuration document, API, and tutorial.' + description: 'FortuneSheet is an online spreadsheet component library that provides out-of-the-box features just like Excel. This site contains official configuration document, API, and tutorial.' }, '/zh/': { lang: 'zh-CN', diff --git a/docs/guide/README.md b/docs/guide/README.md index 0f2ebc4..a3dac3a 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -1,7 +1,7 @@ # Get started ## Introduction -FortuneSheet is an online spreedsheet component library that provides out-of-the-box features just like Excel. +FortuneSheet is an online spreadsheet component library that provides out-of-the-box features just like Excel. This project is originated from [Luckysheet](https://github.com/mengshukeji/Luckysheet) and has inherited many code from it. Lots of efforts have done to translate the whole project to typescript (still in progress), and solved problems in project level. diff --git a/packages/core/README.md b/packages/core/README.md index 136e331..103b025 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1,6 +1,6 @@ # @fortune-sheet/core -FortuneSheet is an online spreedsheet component library that provides out-of-the-box features just like Excel +FortuneSheet is an online spreadsheet component library that provides out-of-the-box features just like Excel See our repo [fortune-sheet](https://github.com/ruilisi/fortune-sheet) for more information. diff --git a/packages/formula-parser/package.json b/packages/formula-parser/package.json index 8630d23..1b93fbb 100644 --- a/packages/formula-parser/package.json +++ b/packages/formula-parser/package.json @@ -1,6 +1,6 @@ { "name": "@fortune-sheet/formula-parser", - "version": "0.2.0", + "version": "0.2.1", "description": "Formula parser", "main": "./src/index.js", "jsdelivr": "dist/formula-parser.min.js", diff --git a/packages/react/README.md b/packages/react/README.md index 8166a1c..b7622d8 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -1,6 +1,6 @@ # @fortune-sheet/react -FortuneSheet is an online spreedsheet component library that provides out-of-the-box features just like Excel +FortuneSheet is an online spreadsheet component library that provides out-of-the-box features just like Excel See our repo [fortune-sheet](https://github.com/ruilisi/fortune-sheet) for more information. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..286f1cb Binary files /dev/null and b/screenshot.png differ diff --git a/stories/data/cell.ts b/stories/data/cell.ts index 69f6e3b..0afec7a 100644 --- a/stories/data/cell.ts +++ b/stories/data/cell.ts @@ -3965,7 +3965,7 @@ const data = { r: 17, c: 2, v: { - v: "Luckysheet", + v: "Fortune", ct: { fa: "General", t: "g" }, bg: null, bl: 0, @@ -3975,14 +3975,14 @@ const data = { fc: "rgb(51, 51, 51)", ht: 1, vt: 1, - m: "Luckysheet", + m: "Fortune", }, }, { r: 17, c: 3, v: { - v: "Luckysheet", + v: "Fortune", ct: { fa: "General", t: "g" }, bg: null, bl: 0, @@ -3992,14 +3992,14 @@ const data = { fc: "rgb(51, 51, 51)", ht: 1, vt: 1, - m: "Luckysheet", + m: "Fortune", }, }, { r: 17, c: 4, v: { - v: "Luckysheet", + v: "Fortune", ct: { fa: "General", t: "g" }, bg: null, bl: 0, @@ -4009,14 +4009,14 @@ const data = { fc: "rgb(51, 51, 51)", ht: 1, vt: 1, - m: "Luckysheet", + m: "Fortune", }, }, { r: 17, c: 5, v: { - v: "Luckysheet", + v: "Fortune", ct: { fa: "General", t: "g" }, bg: null, bl: 0, @@ -4026,14 +4026,14 @@ const data = { fc: "rgb(51, 51, 51)", ht: 1, vt: 1, - m: "Luckysheet", + m: "Fortune", }, }, { r: 17, c: 6, v: { - v: "Luckysheet", + v: "Fortune", ct: { fa: "General", t: "g" }, bg: "rgb(255, 215, 0)", bl: 0, @@ -4043,14 +4043,14 @@ const data = { fc: "rgb(51, 51, 51)", ht: 1, vt: 1, - m: "Luckysheet", + m: "Fortune", }, }, { r: 17, c: 7, v: { - v: "Luckysheet", + v: "Fortune", ct: { fa: "General", t: "g" }, bg: null, bl: 0, @@ -4060,7 +4060,7 @@ const data = { fc: "rgb(67, 110, 238)", ht: 1, vt: 1, - m: "Luckysheet", + m: "Fortune", }, }, { @@ -4297,7 +4297,7 @@ const data = { r: 19, c: 2, v: { - v: "Luckysheet", + v: "Fortune", ct: { fa: "General", t: "g" }, bg: "rgb(67, 110, 238)", bl: 0, @@ -4307,14 +4307,14 @@ const data = { fc: "rgb(255, 215, 0)", ht: 1, vt: 1, - m: "Luckysheet", + m: "Fortune", }, }, { r: 19, c: 3, v: { - v: "Luckysheet", + v: "Fortune", ct: { fa: "General", t: "g" }, bg: null, bl: 1, @@ -4324,14 +4324,14 @@ const data = { fc: "rgb(51, 51, 51)", ht: 1, vt: 1, - m: "Luckysheet", + m: "Fortune", }, }, { r: 19, c: 4, v: { - v: "Luckysheet", + v: "Fortune", ct: { fa: "General", t: "g" }, bg: null, bl: 0, @@ -4341,14 +4341,14 @@ const data = { fc: "rgb(51, 51, 51)", ht: 1, vt: 1, - m: "Luckysheet", + m: "Fortune", }, }, { r: 19, c: 5, v: { - v: "Luckysheet", + v: "Fortune", ct: { fa: "General", t: "g" }, bg: null, bl: 0, @@ -4359,7 +4359,7 @@ const data = { ht: 1, vt: 1, cl: 1, - m: "Luckysheet", + m: "Fortune", }, }, { @@ -5922,8 +5922,8 @@ const data = { c: 2, v: { ct: { fa: "General", t: "g" }, - v: "I am Luckysheet text rotate style", - m: "I am Luckysheet text rotate style", + v: "I am Fortune text rotate style", + m: "I am Fortune text rotate style", tr: "1", tb: "2", ht: "1", @@ -5935,8 +5935,8 @@ const data = { c: 3, v: { ct: { fa: "General", t: "g" }, - v: "I am Luckysheet text rotate style", - m: "I am Luckysheet text rotate style", + v: "I am Fortune text rotate style", + m: "I am Fortune text rotate style", tr: "2", tb: "2", ht: "0", @@ -5948,8 +5948,8 @@ const data = { c: 4, v: { ct: { fa: "General", t: "g" }, - v: "I am Luckysheet text rotate style", - m: "I am Luckysheet text rotate style", + v: "I am Fortune text rotate style", + m: "I am Fortune text rotate style", tr: "4", tb: "2", ht: "1", @@ -5962,8 +5962,8 @@ const data = { c: 5, v: { ct: { fa: "General", t: "g" }, - v: "I am Luckysheet text rotate style", - m: "I am Luckysheet text rotate style", + v: "I am Fortune text rotate style", + m: "I am Fortune text rotate style", tr: "5", tb: "2", ht: "1", @@ -5975,8 +5975,8 @@ const data = { c: 6, v: { ct: { fa: "General", t: "g" }, - v: "I am Luckysheet text rotate style", - m: "I am Luckysheet text rotate style", + v: "I am Fortune text rotate style", + m: "I am Fortune text rotate style", tr: "1", tb: "1", ht: "1",