From 82b1013dfdc762707b41adbca3ac69e3a6d00f6a Mon Sep 17 00:00:00 2001 From: mengshukeji Date: Tue, 17 Nov 2020 18:00:36 +0800 Subject: [PATCH] docs(update): about 1.about docs 2.edit contribute guide --- docs/.vuepress/config.js | 18 +- docs/guide/FAQ.md | 2 +- docs/guide/config.md | 7 - docs/guide/sheet.md | 8 - docs/zh/about/README.md | 18 + docs/zh/about/company.md | 49 + docs/zh/about/sponsor.md | 28 + docs/zh/guide/FAQ.md | 2 +- docs/zh/guide/config.md | 20 +- docs/zh/guide/contribute.md | 95 +- docs/zh/guide/sheet.md | 8 - src/controllers/menuButton.js | 2 +- src/index.html | 3589 +++++++++++++++++---------------- 13 files changed, 1966 insertions(+), 1880 deletions(-) create mode 100644 docs/zh/about/README.md create mode 100644 docs/zh/about/company.md create mode 100644 docs/zh/about/sponsor.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0cf986e..4ac223d 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -79,7 +79,15 @@ module.exports = { nav: [ { text: '首页', link: '/zh/' }, { text: '指南', link: '/zh/guide/' }, - { text: '演示', link: 'https://mengshukeji.github.io/LuckysheetDemo/' } + + { text: '演示', link: 'https://mengshukeji.github.io/LuckysheetDemo/' }, + { + text: '了解更多', + ariaLabel: '了解更多', + items: [ + { text: '关于', link: '/zh/about/' } + ] + }, ], // 侧边栏 sidebar: { @@ -91,7 +99,13 @@ module.exports = { 'operate', 'api', 'resource', - 'FAQ' + 'FAQ', + 'contribute' + ], + '/zh/about/': [ + '', + 'sponsor', + 'company' ], }, }, diff --git a/docs/guide/FAQ.md b/docs/guide/FAQ.md index e895882..1f228c5 100644 --- a/docs/guide/FAQ.md +++ b/docs/guide/FAQ.md @@ -42,7 +42,7 @@ luckysheet.transToData(celldata) ## **Q** Is the remote loading data loadUrl or updateUrl? **A**: [loadUrl](/guide/config.html#loadurl). Configure loadUrl, Luckysheet will request the entire table data through ajax, and updateUrl will be used as the interface address for collaborative editing in real-time saving. -Note: Initial data needs to be configured with loadUrl and loadSheetUrl parameters, while for collaborative editing, the four parameters of loadUrl, loadSheetUrl, updateUrl and allowUpdate can be configured to take effect. +Note: Initial data needs to be configured with loadUrl parameter, while for collaborative editing, the four parameters of loadUrl, updateUrl and allowUpdate can be configured to take effect. ------------ diff --git a/docs/guide/config.md b/docs/guide/config.md index 3897436..dea35cd 100644 --- a/docs/guide/config.md +++ b/docs/guide/config.md @@ -58,7 +58,6 @@ The following are all supported setting parameters - Customize the bottom sheet bar [showsheetbarConfig](#showsheetbarConfig) - The bottom count bar [showstatisticBar](#showstatisticBar) - Custom Count Bar [showstatisticBarConfig](#showstatisticBarConfig) -- Allow editing [allowEdit](#allowEdit) - Allow adding rows [enableAddRow](#enableAddRow) - Allow back to top [enableAddBackTop](#enableAddBackTop) - User Info [userInfo](#userInfo) @@ -347,12 +346,6 @@ Note that you also need to configure `loadUrl` and `loadSheetUrl` to take effect } } ``` ------------- -### allowEdit -- Type: Boolean -- Default: true -- Usage: Whether to allow front-end editing - ------------ ### enableAddRow - Type: Boolean diff --git a/docs/guide/sheet.md b/docs/guide/sheet.md index f4dc2f6..5ef83d8 100644 --- a/docs/guide/sheet.md +++ b/docs/guide/sheet.md @@ -42,7 +42,6 @@ eg: options.data: "luckysheet_conditionformat_save": {},//condition format "frozen": {}, //freeze row and column configuration "chart": [], //Chart configuration - "allowEdit": true, //is editable "zoomRatio":1, // zoom ratio "image":[], //image "showGridLines": 1, //Whether to show grid lines @@ -1276,12 +1275,6 @@ eg: options.data: ``` ::: ------------- -### allowEdit -- type:Boolean -- default:true -- usage: is this sheet editable - ------------ ### zoomRatio - type:Number @@ -1375,7 +1368,6 @@ At this point, the lucky sheet file contains many local parameters that are not "frozen": {}, //Freeze row and column configuration "freezen": {}, //Storage freeze row and column rendering data "chart": [], //Chart configuration - "allowEdit": true, //Editable "zoomRatio":1, // Zoom ratio "image":[], //image "showGridLines": 1, //Whether to show grid lines diff --git a/docs/zh/about/README.md b/docs/zh/about/README.md new file mode 100644 index 0000000..1112b93 --- /dev/null +++ b/docs/zh/about/README.md @@ -0,0 +1,18 @@ +# 认识团队 + +Luckysheet是由个人主导、几个志同道合的小伙伴一同开发的项目。 + +## 核心团队活跃成员 +- [@wbfsa](https://github.com/wbfsa) +- [@wpxp123456](https://github.com/wpxp123456) +- [@tonytonychopper123](https://github.com/tonytonychopper123) +- [@Dushusir](https://github.com/Dushusir) +- [@c19c19i](https://weibo.com/u/3884623955) + +## 社区伙伴 +- [@danielcai1987](https://github.com/danielcai1987) +- [@qq6690876](https://github.com/qq6690876) +- [@javahuang](https://github.com/javahuang) +- [@TimerGang](https://github.com/TimerGang) +- [@gsw945](https://github.com/gsw945) +- [@swen-xiong](https://github.com/swen-xiong) \ No newline at end of file diff --git a/docs/zh/about/company.md b/docs/zh/about/company.md new file mode 100644 index 0000000..8e5ff6e --- /dev/null +++ b/docs/zh/about/company.md @@ -0,0 +1,49 @@ +# 社区案例 + +我们搜集到了很多来自社区的案例反馈,还发现了以前我们没有预想到的Luckysheet使用场景。 + +积极聆听社区的声音,在大家的支持和反馈中不断更新迭代,已是我们的责任。 + + +## 公司案例 + + + + + + + + + + + + + + + + +
+ + + +

雄安智评云数字科技有限公司

+
+ + + +

Code the Future

+
+ + + +

吉客云

+
+ + + +

华为

+
+ + + +
\ No newline at end of file diff --git a/docs/zh/about/sponsor.md b/docs/zh/about/sponsor.md new file mode 100644 index 0000000..f3c8792 --- /dev/null +++ b/docs/zh/about/sponsor.md @@ -0,0 +1,28 @@ +# 赞助 + +## 赞助方式 +Luckysheet稳定健康的持续更新,离不开大家的支持。 + +如果你感觉这个项目对你有用或者有所启发,可以请作者喝杯果汁: + +注意事项: +1. 付款留言请备注:昵称,您的网站地址 +2. 默认会将您加入到下方的赞助者列表。如果您想匿名赞助,付款留言请备注:匿名 +3. 如果您忘记留言昵称或者网站地址,请联系小编email: alexads@foxmail.com或者微信:dushusir2。 + +| 微信 | 支付宝 | +|---|---| +| | | + +### [Paypal Me](https://www.paypal.me/wbfsa) + +## 赞助者列表 +(按时间顺序排列) +- *勇 ¥ 30 +- 虚我 ¥ 200 +- 甜党 ¥ 50 +- Alphabet(Google)-gcf ¥ 1 +- **平 ¥ 100 +- **东 ¥ 10 +- debugger ¥ 20 +- 烦了烦 ¥ 10 diff --git a/docs/zh/guide/FAQ.md b/docs/zh/guide/FAQ.md index 3b7eabf..64faa58 100644 --- a/docs/zh/guide/FAQ.md +++ b/docs/zh/guide/FAQ.md @@ -44,7 +44,7 @@ luckysheet.transToData(celldata) ## **Q** 远端加载数据是loadUrl还是updateUrl? **A** : [loadUrl](/zh/guide/config.html#loadurl)。配置了loadUrl,Luckysheet会通过ajax请求整个表格数据,而updateUrl会作为协同编辑实时保存的接口地址。 -注意:初始化数据需要配置loadUrl和loadSheetUrl参数,而协同编辑则在配置loadUrl、loadSheetUrl、updateUrl和allowUpdate四个参数才能生效。 +注意:初始化数据需要配置loadUrl参数,而协同编辑则在配置loadUrl、updateUrl和allowUpdate四个参数才能生效。 ------------ diff --git a/docs/zh/guide/config.md b/docs/zh/guide/config.md index f98abd7..b3a8a46 100644 --- a/docs/zh/guide/config.md +++ b/docs/zh/guide/config.md @@ -59,7 +59,6 @@ Luckysheet开放了更细致的自定义配置选项,分别有 - 自定义底部sheet页 [showsheetbarConfig](#showsheetbarConfig) - 底部计数栏 [showstatisticBar](#showstatisticBar) - 自定义计数栏 [showstatisticBarConfig](#showstatisticBarConfig) -- 允许编辑 [allowEdit](#allowEdit) - 允许添加行 [enableAddRow](#enableAddRow) - 允许回到顶部 [enableAddBackTop](#enableAddBackTop) - 用户信息 [userInfo](#userInfo) @@ -120,7 +119,7 @@ Luckysheet开放了更细致的自定义配置选项,分别有 //status为1的sheet页,重点是需要提供初始化的数据celldata { "name": "Cell", - "index": "sheet_001", + "index": "sheet_01", "order": 0, "status": 1, "celldata": [{"r":0,"c":0,"v":{"v":1,"m":"1","ct":{"fa":"General","t":"n"}}}] @@ -128,13 +127,13 @@ Luckysheet开放了更细致的自定义配置选项,分别有 //其他status为0的sheet页,无需提供celldata,只需要配置项即可 { "name": "Data", - "index": "sheet_002", + "index": "sheet_02", "order": 1, "status": 0 }, { "name": "Picture", - "index": "sheet_003", + "index": "sheet_03", "order": 2, "status": 0 } @@ -150,7 +149,7 @@ Luckysheet开放了更细致的自定义配置选项,分别有 ### loadSheetUrl - 类型:String - 默认值:"" -- 作用:配置`loadSheetUrl`接口地址,用于异步加载其它单元格数据。参数为`gridKey`(表格主键) 和 `index`(sheet主键合集,格式为`["sheet_01","sheet_02","sheet_0"]`)。 +- 作用:配置`loadSheetUrl`接口地址,用于异步加载其它单元格数据。参数为`gridKey`(表格主键) 和 `index`(sheet主键合集,格式为`["sheet_01","sheet_02","sheet_03"]`)。 源码的请求写法是: ```js @@ -178,7 +177,7 @@ Luckysheet开放了更细致的自定义配置选项,分别有 "v": { "v": 1, "m": "1", "ct": { "fa": "General", "t": "n" } } } ], - "sheet_0": [ + "sheet_03": [ { "r": 0, "c": 0, @@ -204,10 +203,9 @@ Luckysheet开放了更细致的自定义配置选项,分别有 - 默认值:"" - 作用:操作表格后,实时保存数据的websocket地址,此接口也是共享编辑的接口地址。 - 有个注意点,要想开启共享编辑,必须满足以下四个条件: + 有个注意点,要想开启共享编辑,必须满足以下3个条件: + `allowUpdate`为`true` + 配置了`loadUrl` - + 配置了`loadSheetUrl` + 配置了`updateUrl` 注意,发送给后端的数据默认是经过pako压缩过后的。后台拿到数据需要先解压。 @@ -436,12 +434,6 @@ Luckysheet开放了更细致的自定义配置选项,分别有 } ``` ------------- -### allowEdit -- 类型:Boolean -- 默认值:true -- 作用:是否允许前台编辑 - ------------ ### enableAddRow - 类型:Boolean diff --git a/docs/zh/guide/contribute.md b/docs/zh/guide/contribute.md index 06b6b80..09aa759 100644 --- a/docs/zh/guide/contribute.md +++ b/docs/zh/guide/contribute.md @@ -1,9 +1,9 @@ -# Luckysheet 贡献指南 +# 贡献指南 - 欢迎!我们很高兴您能来到这里,并非常期待您能有兴趣参与 Luckysheet 贡献。当然,在您参与 Luckysheet 贡献之前,请确保通读以下全文: + 欢迎!我们很高兴您能来到这里,并非常期待您能有兴趣参与 Luckysheet 贡献。当然,在您参与 Luckysheet 贡献之前,请确保通读以下全文: -#### 我们的行为准则 +## 我们的行为准则 1. 我们保证尊重所有参与贡献的人,不限于提出问题、文档和代码贡献、解决bug以及其它贡献的人; @@ -12,15 +12,15 @@ 4. 我们有权并有责任删除或编辑与此行为准则不符的内容,不限于代码、Issues、wiki、文档以及其它。不遵守行为准则的参与者可能会被移除团队; 5. 我们接受任何人的监督,任何人可通过问题反馈,向我们报告发现的与此行为准则不符的事实存在。 -#### 如何参与贡献? +## 如何参与贡献? -* 贡献文档:浏览文档可以加深您对 Luckysheet 的了解,一旦发现文档写得不清晰或逻辑混乱的地方,可以订正、修改、补充,您可以通过 [中文论坛](https://support.qq.com/products/288322?)或者 [谷歌论坛](https://groups.google.com/g/luckysheet)给予反馈 +* 贡献文档:浏览文档可以加深您对 Luckysheet 的了解,一旦发现文档写得不清晰或逻辑混乱的地方,可以订正、修改、补充,您可以通过 [中文论坛](https://support.qq.com/products/288322)或者 [谷歌论坛](https://groups.google.com/g/luckysheet)给予反馈 * 贡献代码:欢迎大家为 Luckysheet 社区贡献代码,欢迎您认领Open状态的 [Issues](https://github.com/mengshukeji/Luckysheet/issues) 和未完成的特性,提交PR,成为贡献者之一如果您在使用过程中发现有些功能无法满足您的需求或出现问题,请在Issues中记录 * 参与Issue讨论:您可以在任一 [Issues](https://github.com/mengshukeji/Luckysheet/issues) 下发表您的建议 * Review代码:您可以在 [Github](https://github.com/mengshukeji/Luckysheet)上看到所有贡献者提交的PR,您可以Review他们的代码并发表您的建议 -#### 如何提交 Issues +## 如何提交 Issues 在您提交特性/改进前,应该注意以下几点: @@ -34,20 +34,20 @@ * 创建 [Issues](https://github.com/mengshukeji/Luckysheet/issues) ,描述清楚问题 * 如果你要解决该issue则将issue assign到自己名下,如果你仅仅是提交Bug/特性/改进,并没有时间去贡献代码,则assignne设置为空 -* 如果是比较大的特性/改进,尽量先输出设计文档,供其他人review -* 编码,编码完成后,提交代码 +* 如果是比较大的特性/改进,尽量先输出设计文档,走 [Luckysheet RFC](https://github.com/mengshukeji/Luckysheet-rfcs) 流程,供其他人review +* 编码完成后,提交代码 -#### 如何认领 Issues +## 如何认领 Issues 在 Luckysheet 的 [Issues](https://github.com/mengshukeji/Luckysheet/issues) 列表中,有很多由其他人创建的issue并未被修复,如果你感兴趣的话,可以认领这些issue。认领步骤如下: * 在该issue下留言,表达想认领该任务的想法,另注明 **@I can solve it** 即可 * 如果提交者没有意见,则将该issue assign到自己名下并及时更新进度 -* 如果是比较大的特性,尽量先输出设计文档,供其他人review +* 如果是比较大的特性,尽量先输出设计文档,走 [Luckysheet RFC](https://github.com/mengshukeji/Luckysheet-rfcs) 流程,供其他人review * 开发代码并提交代码至github -#### 如何提交代码 +## 如何提交代码 1. fork 到自己的仓库 @@ -55,67 +55,68 @@ 2. git clone 到本地 -``` +```shell git clone https://github.com//Luckysheet.git ``` 3. 上游建立连接 +```shell +cd Luckysheet +git remote add upstream https://github.com/mengshukeji/Luckysheet.git ``` - cd Luckysheet - git remote add upstream https://github.com/mengshukeji/Luckysheet.git -``` - 4. 检查远程仓库设置 -``` - git remote -v - origin https://github.com//Luckysheet.git (fetch) - origin https://github.com//Luckysheet.git (push) - upstream https://github.com/mengshukeji/Luckysheet.git (fetch) - upstream https://github.com/mengshukeji/Luckysheet.git (push) +```shell +git remote -v +origin https://github.com//Luckysheet.git (fetch) +origin https://github.com//Luckysheet.git (push) +upstream https://github.com/mengshukeji/Luckysheet.git (fetch) +upstream https://github.com/mengshukeji/Luckysheet.git (push) ``` 5. 获取 Luckysheet 仓库代码,并更新本地master分支代码为最新 -``` +```shell git fetch upstream git pull upstream master ``` 6. 新建分支 ->一般以issue id作为分支名,如:Luckysheet-123 -``` -git checkout -b dev + +一般以issue id作为分支名,如:Luckysheet-123 +```shell +git checkout -b Luckysheet-123 ``` **确保分支Luckysheet-123是基于官方master分支的最新代码** 分支创建完成后即可进行代码更改。 7. 提交代码到远程分支 ->commit 信息的格式必须与Issue标题保持一致且以[issue id]开头,即:[Luckysheet-123] xxx -``` + +commit 信息的格式必须与Issue标题保持一致且以[issue id]开头,即:[Luckysheet-123] xxx +```shell git commit -a -m "[Luckysheet-123] xxx" git push origin Luckysheet-123 ``` 8. 提交PR - * 打开自己的github仓库页面,如:`https://github.com//Luckysheet` - * 切换分支,切换到提交的分支 `Luckysheet-123` - * 创建新PR,点击 `New pull request`或者`Compare & pull request` - * 点击Create pull request按钮进行创建PR - - >提交PR需要注意以下几点: - > 1. PR的标题必须以issue id开头,最好与commit信息保持一致 - >2. 可以填写部分描述信息也可以不填 - >3. 如果点击`Create pull request`后提示代码冲突,则请将`Luckysheet-123`分支的代码 与master分支同步一致后在进行提交 + * 打开自己的github仓库页面,如:`https://github.com//Luckysheet` + * 切换分支,切换到提交的分支 `Luckysheet-123` + * 创建新PR,点击 `New pull request`或者`Compare & pull request` + * 点击Create pull request按钮进行创建PR + + ### 提交PR需要注意以下几点: + 1. PR的标题必须以issue id开头,最好与commit信息保持一致 + 2. 可以填写部分描述信息也可以不填 + 3. 如果点击`Create pull request`后提示代码冲突,则请将`Luckysheet-123`分支的代码 与master分支同步一致后在进行提交 -#### 代码规范 +## 代码规范 ->一般性的代码规范示例 +> 一般性的代码规范示例 * 保持块深度最小。尽可能避免嵌套If条件 -``` +```js // CORRECT if (!comparison) return @@ -138,7 +139,7 @@ if (comparison) { ``` * 不要使用操作数进行链比较 -``` +```js // CORRECT if (cb) cb() @@ -151,8 +152,7 @@ cb && cb() ``` * 所有变量都应该按字母顺序在块的开头声明 -``` - +```js // CORRECT function foo () { const foo = 'bar' @@ -178,12 +178,10 @@ function foo () { return foo } - ``` * 尽快返回 -``` - +```js // CORRECT if (condition) return 'foo' if (condition2) return 'bar' @@ -202,12 +200,11 @@ if (condition) { } return variable - ``` -#### 如何贡献文档 +## 如何贡献文档 -#### 如何成为Luckysheet Committer +## 如何成为Luckysheet Committer 任何人只要对 Luckysheet 项目做了贡献,那您就是官方承认的 Luckysheet 项目的Contributor了,从Contributor成长为Committer并没有一个确切的标准, 也没有任何预期的时间表,但是Committer的候选人一般都是长期活跃的贡献者,成为Committer并没有要求必须有巨大的架构改进贡献, 或者多少行的代码贡献,贡献代码、贡献文档、参与邮件列表的讨论、帮助回答问题等等都提升自己影响力的方式。 diff --git a/docs/zh/guide/sheet.md b/docs/zh/guide/sheet.md index f91826b..1056a66 100644 --- a/docs/zh/guide/sheet.md +++ b/docs/zh/guide/sheet.md @@ -43,7 +43,6 @@ options.data示例如下: "luckysheet_conditionformat_save": {},//条件格式 "frozen": {}, //冻结行列配置 "chart": [], //图表配置 - "allowEdit": true, //是否允许编辑 "zoomRatio":1, // 缩放比例 "image":[], //图片 "showGridLines": 1, //是否显示网格线 @@ -1281,12 +1280,6 @@ options.data示例如下: ``` ::: ------------- -### allowEdit -- 类型:Boolean -- 默认值:true -- 作用: 此sheet页是否允许编辑 - ------------ ### zoomRatio - 类型:Number @@ -1436,7 +1429,6 @@ Luckysheet在初始化完成之后进行的一系列操作,会将更多本地 "frozen": {}, //冻结行列配置 "freezen": {}, //冻结行列的渲染数据存储 "chart": [], //图表配置 - "allowEdit": true, //是否允许编辑 "zoomRatio":1, // 缩放比例 "image":[], //图片 "showGridLines": 1, //是否显示网格线 diff --git a/src/controllers/menuButton.js b/src/controllers/menuButton.js index 20d02ce..cf6df70 100644 --- a/src/controllers/menuButton.js +++ b/src/controllers/menuButton.js @@ -1924,7 +1924,7 @@ const menuButton = { let itemdata = [ {"text": locale_findAndReplace.find+" ...", "value": "search", "example": ''}, {"text": locale_findAndReplace.replace+" ...", "value": "replace", "example": ''}, - {"text": locale_findAndReplace.goto+" ...", "value": "goto", "example": ''}, + // {"text": locale_findAndReplace.goto+" ...", "value": "goto", "example": ''}, {"text": "", "value": "split", "example": ""}, {"text": locale_findAndReplace.location+" ...", "value": "location", "example": ''}, {"text": locale_findAndReplace.formula, "value": "locationFormula", "example": locale_findAndReplace.locationExample}, diff --git a/src/index.html b/src/index.html index b75dec2..e4e723d 100644 --- a/src/index.html +++ b/src/index.html @@ -42,1799 +42,1810 @@ let lang = luckysheetDemoUtil.language() === 'zh' ? 'zh' : 'en'; $(function () { - luckysheet.create({ - container: 'luckysheet', - lang: lang, - allowEdit:true, - forceCalculation:false, - plugins: ['chart'], - fontList:[ - { - "fontName":"HanaleiFill", - "url":"./assets/iconfont/HanaleiFill-Regular.ttf" - }, - { - "fontName":"Anton", - "url":"./assets/iconfont/Anton-Regular.ttf" - }, - { - "fontName":"Pacifico", - "url":"./assets/iconfont/Pacifico-Regular.ttf" - } - ], - hook:{ - rowTitleCellRenderBefore:function(rowNum,postion,ctx){ - // console.log(rowNum); - }, - rowTitleCellRenderAfter:function(rowNum,postion,ctx){ - // console.log(ctx); - }, - columnTitleCellRenderBefore:function(columnAbc,postion,ctx){ - // console.log(columnAbc); - }, - columnTitleCellRenderAfter:function(columnAbc,postion,ctx){ - // console.log(postion); - }, - cellRenderBefore:function(cell,postion,sheetFile,ctx){ - // console.log(cell,postion,sheetFile,ctx); - }, - cellRenderAfter:function(cell,postion,sheetFile,ctx){ - // console.log(postion); - }, - cellMousedownBefore:function(cell,postion,sheetFile,ctx){ - // console.log(postion); - }, - cellMousedown:function(cell,postion,sheetFile,ctx){ - // console.log(sheetFile); - }, - sheetMousemove:function(cell,postion,sheetFile,moveState,ctx){ - // console.log(cell,postion,sheetFile,moveState,ctx); - }, - sheetMouseup:function(cell,postion,sheetFile,moveState,ctx){ - // console.log(cell,postion,sheetFile,moveState,ctx); - }, + // luckysheet.create({ + // container: 'luckysheet', + // lang: lang, + // forceCalculation:false, + // plugins: ['chart'], + // fontList:[ + // { + // "fontName":"HanaleiFill", + // "url":"./assets/iconfont/HanaleiFill-Regular.ttf" + // }, + // { + // "fontName":"Anton", + // "url":"./assets/iconfont/Anton-Regular.ttf" + // }, + // { + // "fontName":"Pacifico", + // "url":"./assets/iconfont/Pacifico-Regular.ttf" + // } + // ], + // hook:{ + // rowTitleCellRenderBefore:function(rowNum,postion,ctx){ + // // console.log(rowNum); + // }, + // rowTitleCellRenderAfter:function(rowNum,postion,ctx){ + // // console.log(ctx); + // }, + // columnTitleCellRenderBefore:function(columnAbc,postion,ctx){ + // // console.log(columnAbc); + // }, + // columnTitleCellRenderAfter:function(columnAbc,postion,ctx){ + // // console.log(postion); + // }, + // cellRenderBefore:function(cell,postion,sheetFile,ctx){ + // // console.log(cell,postion,sheetFile,ctx); + // }, + // cellRenderAfter:function(cell,postion,sheetFile,ctx){ + // // console.log(postion); + // }, + // cellMousedownBefore:function(cell,postion,sheetFile,ctx){ + // // console.log(postion); + // }, + // cellMousedown:function(cell,postion,sheetFile,ctx){ + // // console.log(sheetFile); + // }, + // sheetMousemove:function(cell,postion,sheetFile,moveState,ctx){ + // // console.log(cell,postion,sheetFile,moveState,ctx); + // }, + // sheetMouseup:function(cell,postion,sheetFile,moveState,ctx){ + // // console.log(cell,postion,sheetFile,moveState,ctx); + // }, + + // }, + // data: + // [sheetCell,sheetFormula,sheetConditionFormat,sheetSparkline,sheetTable,sheetComment,sheetPivotTableData,sheetPivotTable,sheetChart,sheetPicture,sheetDataVerification] + // /*[{ + // "index": "0", + // "zoomRatio": 1, + // "order": "0", + // "column": 3, + // "row": 4, + // "status": 1, + // celldata:[{"r":0,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":1,"ct":{"fa":"General","t":"n"},"m":"1"}},{"r":0,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":2,"ct":{"fa":"General","t":"n"},"m":"2"}}] + // }]*/ + // /*[{"name":"Sheet1","config":{"columnlen":{"0":241},"rowlen":{"0":81}},"index":"1","status":"1","order":"0","luckysheet_select_save":[{"row":[0,0],"column":[4,4],"sheetIndex":1}],"zoomRatio":1,"showGridLines":"1","defaultColWidth":72,"defaultRowHeight":18,"celldata":[ + // {"r":0,"c":0, + // "v":{ + // "ct":{ + // "fa":"General", + // "t":"inlineStr", + // "s":[ + // { + // "ff":"Arial", //font family + // "fc":"#fff000",//font color + // "fs":12,//font size + // "cl":0,//strike + // "un":0,//underline + // "bl":0,//blod + // "it":0,//italic + // v:"我在马路\r\n边捡到\r\n\r\n一分钱" + // }, + // { + // "ff":"Arial", //font family + // "fc":"#ff0000",//font color + // "fs":14,//font size + // "cl":"1",//strike + // "un":"1",//underline + // "bl":"1",//blod + // "it":"0",//italic + // "ss":0,//0 none 1sup 2sub + // v:"交给警\r\n察叔叔\r\n" + // }, + // ] + // }, + // "fs":11, + // "ff":"等线", + // "vt":0, + // "tb":2, + // "v":"", + // "qp":1, + // } + // }, + // {"r":17,"c":2,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":"11","fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}} + // ],"calcChain":[]}]*/ - }, - data: - [sheetCell,sheetFormula,sheetConditionFormat,sheetSparkline,sheetTable,sheetComment,sheetPivotTableData,sheetPivotTable,sheetChart,sheetPicture,sheetDataVerification] - /*[{ - "index": "0", - "zoomRatio": 1, - "order": "0", - "column": 3, - "row": 4, - "status": 1, - celldata:[{"r":0,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":1,"ct":{"fa":"General","t":"n"},"m":"1"}},{"r":0,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":2,"ct":{"fa":"General","t":"n"},"m":"2"}}] - }]*/ - /*[{"name":"Sheet1","config":{"columnlen":{"0":241},"rowlen":{"0":81}},"index":"1","status":"1","order":"0","luckysheet_select_save":[{"row":[0,0],"column":[4,4],"sheetIndex":1}],"zoomRatio":1,"showGridLines":"1","defaultColWidth":72,"defaultRowHeight":18,"celldata":[ - {"r":0,"c":0, - "v":{ - "ct":{ - "fa":"General", - "t":"inlineStr", - "s":[ - { - "ff":"Arial", //font family - "fc":"#fff000",//font color - "fs":12,//font size - "cl":0,//strike - "un":0,//underline - "bl":0,//blod - "it":0,//italic - v:"我在马路\r\n边捡到\r\n\r\n一分钱" - }, - { - "ff":"Arial", //font family - "fc":"#ff0000",//font color - "fs":14,//font size - "cl":"1",//strike - "un":"1",//underline - "bl":"1",//blod - "it":"0",//italic - "ss":0,//0 none 1sup 2sub - v:"交给警\r\n察叔叔\r\n" - }, - ] - }, - "fs":11, - "ff":"等线", - "vt":0, - "tb":2, - "v":"", - "qp":1, - } - }, - {"r":17,"c":2,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":"11","fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}} - ],"calcChain":[]}]*/ + // /* + // [{ + // "name": "Cell", + // "config": { + // "curentsheetView":"viewNormal",//viewNormal, viewLayout, viewPage + // "sheetViewZoom":{ + // "viewNormalZoomScale": 1 , + // "viewLayoutZoomScale":1 , + // "viewPageZoomScale":0.6, + // }, + // "printoptions":{ + // unit:"mm",//mm(default), in, pt, cm, m, + // PrintArea:"$A$1:$S$31",//print range + // PrintTitles:{//row column + // row:"Sheet1!$1:$1", + // column:"Sheet1!$C:$C" + // }, + // printOptions:{ + // horizontalCentered:0,//align + // verticalCentered:0,//valign + // headings:0,//show row and column + // gridLines:0,//show gridlines + // }, + // pageMargins:{ + // left:0,//Left Page Margin + // right:0,//Right page margin + // top:0,//Top Page Margin + // bottom:0,//Bottom Page Margin - /* - [{ - "name": "Cell", - "config": { - "curentsheetView":"viewNormal",//viewNormal, viewLayout, viewPage - "sheetViewZoom":{ - "viewNormalZoomScale": 1 , - "viewLayoutZoomScale":1 , - "viewPageZoomScale":0.6, - }, - "printoptions":{ - unit:"mm",//mm(default), in, pt, cm, m, - PrintArea:"$A$1:$S$31",//print range - PrintTitles:{//row column - row:"Sheet1!$1:$1", - column:"Sheet1!$C:$C" - }, - printOptions:{ - horizontalCentered:0,//align - verticalCentered:0,//valign - headings:0,//show row and column - gridLines:0,//show gridlines - }, - pageMargins:{ - left:0,//Left Page Margin - right:0,//Right page margin - top:0,//Top Page Margin - bottom:0,//Bottom Page Margin + // header:0,//Header Page Margin, date,sheet name, page , custom etc. + // footer:0,//Footer Page Margin, date,sheet name, page , custom etc. + // }, + // pageSetup:{ + // copies:1,//Number of copies to print. + // draft:0,//Print without graphics about image and chart + // paperSize:8,//1Letter ,3Tabloid, 5Legal ,6Statement ,7Executive ,8A3 ,9A4 ,11A5 ,12B4 ,13B5 + // paperHeight:null,//Height of custom paper as a number followed by a unit identifier. [Example: 297mm, 11inend example],When paperHeight and paperWidth are specified, paperSize shall be ignored. + // paperWidth:null,//Width of custom paper as a number followed by a unit identifier. [Example: 21cm, 8.5inend example] + // fitToWidth:0,//Number of horizontal pages to fit on. + // fitToHeight:0,//Number of vertical pages to fit on. + // scale:100,//Print scaling. This attribute is restricted to values ranging from 10 to 400. + // orientation:0,//0defualt,1landscape,2portrait + // blackAndWhite:0, + // cellComments:0,//This attribute specifies how to print cell comments, 2 asDisplayed, 1 atEnd, 0 none + // errors:0,//Specifies how to print cell values for cells with errors, 0 blank(Show Cell Errors As Blank),1 dash(Dash Cell Errors),2 displayed(Display Cell Errors),3 NA + // horizontalDpi:null,//Vertical print resolution of the device. + // verticalDpi:null,//Vertical print resolution of the device. + // pageOrder:0, //0 downThenOver ,1 overThenDown + // firstPageNumber:null,//Page number for first printed page. If no value is specified, then 'automatic' is assumed. + // useFirstPageNumber:0,//Use firstPageNumber value for first page number, and do not auto number the pages. + // usePrinterDefaults:1,//applay default when config is null, + // }, + // headerFooter:{ + // firstFooter:{ + // left:[//&L + // { + // "ff":"Arial", //font family &"-,Regular" or &"font name,font type" + // "fc":"#fff000",//font color &K + // "fs":12,//font size &font-size + // "cl":0,//strike + // "un":0,//underline &E double, &U single + // "bl":0,//blod &B + // "it":0,//italic &I + // "ss":0,//0 none 1sup &X, 2sub &Y + // v:"我在马路\r\n边捡到\r\n\r\n一分钱" + // } + // ], + // center:[],//&C + // right:[],//&R + // }, //First Page Footer + // firstHeader:null, //First Page Header + // oddFooter:"&C第 &P 页&R&G", //Odd Page Footer + // oddHeader:"&L&G&C&A&F",//Odd Header + // evenFooter:null,//Even Page Footer + // evenHeader:null,//Even Page Header - header:0,//Header Page Margin, date,sheet name, page , custom etc. - footer:0,//Footer Page Margin, date,sheet name, page , custom etc. - }, - pageSetup:{ - copies:1,//Number of copies to print. - draft:0,//Print without graphics about image and chart - paperSize:8,//1Letter ,3Tabloid, 5Legal ,6Statement ,7Executive ,8A3 ,9A4 ,11A5 ,12B4 ,13B5 - paperHeight:null,//Height of custom paper as a number followed by a unit identifier. [Example: 297mm, 11inend example],When paperHeight and paperWidth are specified, paperSize shall be ignored. - paperWidth:null,//Width of custom paper as a number followed by a unit identifier. [Example: 21cm, 8.5inend example] - fitToWidth:0,//Number of horizontal pages to fit on. - fitToHeight:0,//Number of vertical pages to fit on. - scale:100,//Print scaling. This attribute is restricted to values ranging from 10 to 400. - orientation:0,//0defualt,1landscape,2portrait - blackAndWhite:0, - cellComments:0,//This attribute specifies how to print cell comments, 2 asDisplayed, 1 atEnd, 0 none - errors:0,//Specifies how to print cell values for cells with errors, 0 blank(Show Cell Errors As Blank),1 dash(Dash Cell Errors),2 displayed(Display Cell Errors),3 NA - horizontalDpi:null,//Vertical print resolution of the device. - verticalDpi:null,//Vertical print resolution of the device. - pageOrder:0, //0 downThenOver ,1 overThenDown - firstPageNumber:null,//Page number for first printed page. If no value is specified, then 'automatic' is assumed. - useFirstPageNumber:0,//Use firstPageNumber value for first page number, and do not auto number the pages. - usePrinterDefaults:1,//applay default when config is null, - }, - headerFooter:{ - firstFooter:{ - left:[//&L - { - "ff":"Arial", //font family &"-,Regular" or &"font name,font type" - "fc":"#fff000",//font color &K - "fs":12,//font size &font-size - "cl":0,//strike - "un":0,//underline &E double, &U single - "bl":0,//blod &B - "it":0,//italic &I - "ss":0,//0 none 1sup &X, 2sub &Y - v:"我在马路\r\n边捡到\r\n\r\n一分钱" - } - ], - center:[],//&C - right:[],//&R - }, //First Page Footer - firstHeader:null, //First Page Header - oddFooter:"&C第 &P 页&R&G", //Odd Page Footer - oddHeader:"&L&G&C&A&F",//Odd Header - evenFooter:null,//Even Page Footer - evenHeader:null,//Even Page Header + // drawingHF:{//Drawing Reference in Header Footer + // LF:{//left footer + // type:"#_x0000_t75", + // imagedata:"", + // style:"", + // }, + // RF:{},//right footer + // CF:{},//center footer + // LH:{},//left header + // RH:{},//right header + // CH:{},//center header + // }, + // }, + // rowBreaks:{ + // "rowBreaks_1":{ + // rowIndex:68, + // man:1, + // }, + // }, + // colBreaks:{ + // "colBreaks_1":{ + // colIndex:5, + // man:1, + // max:16383, + // }, + // "colBreaks_2":{ + // colIndex:11, + // man:1, + // max:1048575, + // }, + // "colBreaks_3":{ + // colIndex:17, + // man:1, + // max:1048575 + // }, + // } + // }, + // "merge": { + // "13_5": { + // "r": 13, + // "c": 5, + // "rs": 3, + // "cs": 1 + // }, + // "13_7": { + // "r": 13, + // "c": 7, + // "rs": 3, + // "cs": 2 + // }, + // "14_2": { + // "r": 14, + // "c": 2, + // "rs": 1, + // "cs": 2 + // }, + // "15_10": { + // "r": 15, + // "c": 10, + // "rs": 4, + // "cs": 3 + // } + // }, + // "borderInfo": [ + // { + // "rangeType": "cell", + // "value": { + // "row_index": 3, + // "col_index": 3, + // "l": { + // "style": 10, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 10, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 10, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 10, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 3, + // "col_index": 4, + // "l": { + // "style": 10, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 10, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 10, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 10, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 3, + // "col_index": 5, + // "l": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 3, + // "col_index": 6, + // "l": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 3, + // "col_index": 7, + // "l": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 3, + // "col_index": 8, + // "l": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 5, + // "col_index": 2, + // "l": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 5, + // "col_index": 3, + // "l": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 5, + // "col_index": 4, + // "l": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 5, + // "col_index": 5, + // "l": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 5, + // "col_index": 6, + // "l": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 5, + // "col_index": 7, + // "l": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 5, + // "col_index": 8, + // "l": { + // "style": 2, + // "color": "rgb(255, 0, 0)" + // }, + // "r": { + // "style": 2, + // "color": "rgb(255, 0, 0)" + // }, + // "t": { + // "style": 2, + // "color": "rgb(255, 0, 0)" + // }, + // "b": { + // "style": 2, + // "color": "rgb(255, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 7, + // "col_index": 2, + // "l": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 7, + // "col_index": 3, + // "l": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 7, + // "col_index": 5, + // "l": { + // "style": 2, + // "color": "rgb(154, 205, 50)" + // }, + // "t": { + // "style": 2, + // "color": "rgb(154, 205, 50)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 7, + // "col_index": 6, + // "r": { + // "style": 2, + // "color": "rgb(154, 205, 50)" + // }, + // "t": { + // "style": 2, + // "color": "rgb(154, 205, 50)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 7, + // "col_index": 8, + // "r": { + // "style": 9, + // "color": "rgb(0, 0, 0)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(0, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 7, + // "col_index": 9, + // "l": { + // "style": 9, + // "color": "rgb(0, 0, 0)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(0, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 8, + // "col_index": 2, + // "l": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 8, + // "col_index": 3, + // "l": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "r": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // }, + // "b": { + // "style": 9, + // "color": "rgb(0, 0, 255)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 8, + // "col_index": 5, + // "l": { + // "style": 2, + // "color": "rgb(154, 205, 50)" + // }, + // "b": { + // "style": 2, + // "color": "rgb(154, 205, 50)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 8, + // "col_index": 6, + // "r": { + // "style": 2, + // "color": "rgb(154, 205, 50)" + // }, + // "b": { + // "style": 2, + // "color": "rgb(154, 205, 50)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 8, + // "col_index": 8, + // "r": { + // "style": 9, + // "color": "rgb(0, 0, 0)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(0, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 8, + // "col_index": 9, + // "l": { + // "style": 9, + // "color": "rgb(0, 0, 0)" + // }, + // "t": { + // "style": 9, + // "color": "rgb(0, 0, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 10, + // "col_index": 2, + // "l": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 10, + // "col_index": 3, + // "r": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 10, + // "col_index": 5, + // "l": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 10, + // "col_index": 6, + // "l": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 10, + // "col_index": 7, + // "l": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 11, + // "col_index": 2, + // "l": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 11, + // "col_index": 3, + // "r": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 11, + // "col_index": 5, + // "l": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 11, + // "col_index": 6, + // "l": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 11, + // "col_index": 7, + // "l": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 12, + // "col_index": 2, + // "l": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 12, + // "col_index": 3, + // "r": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "t": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(144, 238, 144)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 12, + // "col_index": 5, + // "l": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 12, + // "col_index": 6, + // "l": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 12, + // "col_index": 7, + // "l": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "r": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // }, + // "b": { + // "style": 1, + // "color": "rgb(205, 205, 0)" + // } + // } + // }, + // { + // "rangeType": "range", + // "borderType": "border-none", + // "style": "2", + // "color": "#000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 3, + // 4 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "2", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 3, + // 4 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-none", + // "style": "4", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 4, + // 4 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "3", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 4, + // 4 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-none", + // "style": "3", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 3, + // 3 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "2", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 3, + // 3 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-none", + // "style": "2", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 5, + // 5 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-none", + // "style": "2", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 8, + // 8 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-none", + // "style": "2", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 3, + // 8 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "4", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 7, + // 7 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "1", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 8, + // 8 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "5", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 6, + // 6 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "6", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 5, + // 5 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-none", + // "style": "3", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 4, + // 4 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "3", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 4, + // 4 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "2", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 3, + // 3 + // ], + // "column": [ + // 3, + // 3 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-none", + // "style": "2", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 5, + // 5 + // ], + // "column": [ + // 2, + // 9 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "9", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 5, + // 5 + // ], + // "column": [ + // 5, + // 5 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "8", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 5, + // 5 + // ], + // "column": [ + // 6, + // 6 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "13", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 5, + // 5 + // ], + // "column": [ + // 7, + // 7 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "13", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 6, + // 6 + // ], + // "column": [ + // 11, + // 11 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "10", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 5, + // 5 + // ], + // "column": [ + // 4, + // 4 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "11", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 5, + // 5 + // ], + // "column": [ + // 3, + // 3 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-none", + // "style": "11", + // "color": "#ff0000", + // "range": [ + // { + // "row": [ + // 7, + // 8 + // ], + // "column": [ + // 2, + // 3 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-all", + // "style": "3", + // "color": "#0000ff", + // "range": [ + // { + // "row": [ + // 7, + // 8 + // ], + // "column": [ + // 2, + // 3 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-inside", + // "style": "3", + // "color": "#0000ff", + // "range": [ + // { + // "row": [ + // 7, + // 8 + // ], + // "column": [ + // 8, + // 9 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-inside", + // "style": "9", + // "color": "#0000ff", + // "range": [ + // { + // "row": [ + // 7, + // 8 + // ], + // "column": [ + // 8, + // 9 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-inside", + // "style": "2", + // "color": "#0000ff", + // "range": [ + // { + // "row": [ + // 7, + // 8 + // ], + // "column": [ + // 8, + // 9 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-inside", + // "style": "9", + // "color": "#0000ff", + // "range": [ + // { + // "row": [ + // 7, + // 8 + // ], + // "column": [ + // 8, + // 9 + // ] + // } + // ] + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 10, + // "col_index": 10, + // "l": { + // "color": "#ff0000", + // "style": "13" + // }, + // "r": { + // "color": "#ff0000", + // "style": "13" + // }, + // "t": { + // "color": "#ff0000", + // "style": "13" + // }, + // "b": { + // "color": "#ff0000", + // "style": "13" + // } + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 6, + // "col_index": 11, + // "l": null, + // "r": null, + // "t": null, + // "b": null + // } + // }, + // { + // "rangeType": "cell", + // "value": { + // "row_index": 10, + // "col_index": 10, + // "l": null, + // "r": null, + // "t": null, + // "b": null + // } + // }, + // { + // "rangeType": "range", + // "borderType": "border-outside", + // "style": "13", + // "color": "#00ff00", + // "range": [ + // { + // "row": [ + // 10, + // 12 + // ], + // "column": [ + // 2, + // 3 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-horizontal", + // "style": "13", + // "color": "#00ff00", + // "range": [ + // { + // "row": [ + // 10, + // 12 + // ], + // "column": [ + // 2, + // 3 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-vertical", + // "style": "13", + // "color": "#ff9900", + // "range": [ + // { + // "row": [ + // 10, + // 12 + // ], + // "column": [ + // 5, + // 7 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-outside", + // "style": "13", + // "color": "#ff9900", + // "range": [ + // { + // "row": [ + // 10, + // 12 + // ], + // "column": [ + // 5, + // 7 + // ] + // } + // ] + // }, + // { + // "rangeType": "range", + // "borderType": "border-none", + // "style": "1", + // "color": "#ff9900", + // "range": [ + // { + // "row": [ + // 19, + // 19 + // ], + // "column": [ + // 6, + // 6 + // ] + // } + // ] + // } + // ], + // "rowlen": { + // "0": 20, + // "1": 20, + // "2": 20, + // "3": 20, + // "4": 20, + // "5": 20, + // "6": 20, + // "7": 20, + // "8": 20, + // "9": 20, + // "10": 20, + // "11": 20, + // "12": 20, + // "13": 20, + // "14": 20, + // "15": 20, + // "16": 20, + // "17": 31, + // "18": 20, + // "19": 20, + // "20": 20, + // "21": 20, + // "22": 20, + // "23": 20, + // "24": 20, + // "25": 79, + // "26": 20, + // "27": 20, + // "28": 80, + // "29": 36 + // }, + // "columnlen": { + // "0": 131, + // "2": 153, + // "3": 128, + // "4": 136, + // "5": 122, + // "6": 138, + // "7": 131, + // "8": 128, + // "9": 140, + // "10": 144 + // }, + // "rowhidden": { + // "30": 0, + // "31": 0 + // }, + // "customHeight": { + // "29": 1 + // }, + // "customWidth": { + // "2": 1 + // } + // }, + // "index": "0", + // "zoomRatio": 1, + // "order": "0", + // "column": 18, + // "row": 36, + // "status": 1, + // "celldata": [{"r":0,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":"1","ct":{"fa":"General","t":"n"},"m":"1"}},{"r":0,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":2,"ct":{"fa":"General","t":"n"},"m":"2"}},{"r":0,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":3,"ct":{"fa":"General","t":"n"},"m":"3"}},{"r":0,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":0,"ct":{"fa":"###.00","t":"n"},"m":"0","f":"=A1/B1"}},{"r":0,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":0,"v":{"v":"Background","ct":{"fa":"General","t":"g"},"m":"Background","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":2,"v":{"bg":"rgb(30, 144, 255)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":4,"v":{"bg":"rgb(0, 255, 0)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":0,"v":{"v":"Border","ct":{"fa":"General","t":"g"},"m":"Border","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"ct":{"fa":"General","t":"inlineStr","s":[{"ff":"Arial","fc":"rgb(255, 0, 0)","fs":12,"cl":0,"un":0,"bl":0,"it":0,"v":"Inline"},{"ff":"Arial","fc":"#000000","fs":12,"cl":0,"un":0,"bl":0,"it":0,"v":" "},{"ff":"Arial","fc":"#000000","fs":16,"cl":1,"un":0,"bl":0,"it":1,"v":"Style"},{"ff":"Arial","fc":"#000000","fs":12,"cl":0,"un":0,"bl":0,"it":0,"v":" "},{"ff":"Arial","fc":"#000000","fs":12,"cl":0,"un":0,"bl":1,"it":0,"v":"Cell"}]}}},{"r":5,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":13,"c":5,"rs":3,"cs":1}}},{"r":13,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":13,"c":7,"rs":3,"cs":2}}},{"r":13,"c":8,"v":{"mc":{"r":13,"c":7}}},{"r":13,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":0,"v":{"v":"Span","ct":{"fa":"General","t":"g"},"m":"Span","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":14,"c":2,"rs":1,"cs":2}}},{"r":14,"c":3,"v":{"mc":{"r":14,"c":2}}},{"r":14,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":5,"v":{"mc":{"r":13,"c":5}}},{"r":14,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":7,"v":{"mc":{"r":13,"c":7}}},{"r":14,"c":8,"v":{"mc":{"r":13,"c":7}}},{"r":14,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":5,"v":{"mc":{"r":13,"c":5}}},{"r":15,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":7,"v":{"mc":{"r":13,"c":7}}},{"r":15,"c":8,"v":{"mc":{"r":13,"c":7}}},{"r":15,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10,"rs":4,"cs":3}}},{"r":15,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":15,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":16,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10}}},{"r":16,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":16,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":17,"c":0,"v":{"v":"Font","ct":{"fa":"General","t":"g"},"m":"Font","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":2,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":"11","fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":3,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":13,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":4,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":9,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":5,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":13,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":6,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":"rgb(255, 215, 0)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":7,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(67, 110, 238)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10}}},{"r":17,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":17,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":18,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10}}},{"r":18,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":18,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":19,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":2,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":"rgb(67, 110, 238)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(255, 215, 0)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":19,"c":3,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":1,"it":0,"ff":0,"fs":"10","fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":19,"c":4,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":1,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":19,"c":5,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"cl":1,"m":"Luckysheet"}},{"r":19,"c":6,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"0","cl":1}},{"r":19,"c":7,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":0,"v":{"v":"Format","ct":{"fa":"General","t":"g"},"m":"Format","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":2,"v":{"ct":{"fa":"##0.00","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"0.25","v":0.25}},{"r":21,"c":3,"v":{"ct":{"fa":"$#,##0.00_);($#,##0.00)","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"$0.25 ","v":0.25}},{"r":21,"c":4,"v":{"ct":{"fa":"\"$\" 0.00","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"$ 0.25","v":0.25}},{"r":21,"c":5,"v":{"ct":{"fa":"0%","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"25%","v":0.25}},{"r":21,"c":6,"v":{"ct":{"fa":"# ?/?","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":" 1/4","v":0.25}},{"r":21,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":2,"v":{"ct":{"fa":"0.00E+00","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"2.50E-01","v":0.25}},{"r":23,"c":3,"v":{"v":0.25,"ct":{"fa":"0.00","t":"n"},"m":"0.25","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":4,"v":{"ct":{"fa":"AM/PM h:mm:ss","t":"d"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":44032,"m":"AM 12:00:00"}},{"r":23,"c":5,"v":{"ct":{"fa":"yyyy/MM/dd","t":"d"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":44032,"m":"2020/07/20"}},{"r":23,"c":6,"v":{"ct":{"fa":"yyyy\"年\"M\"月\"d\"日\"","t":"d"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":44032,"m":"2020年7月20日"}},{"r":23,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":25,"c":0,"v":{"v":"Alignment","ct":{"fa":"General","t":"g"},"m":"Alignment","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":25,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":25,"c":2,"v":{"v":"Top Left","ct":{"fa":"General","t":"g"},"m":"Top Left","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"1"}},{"r":25,"c":3,"v":{"v":"Top Center","ct":{"fa":"General","t":"g"},"m":"Top Center","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"0","vt":"1"}},{"r":25,"c":4,"v":{"v":"Top Right","ct":{"fa":"General","t":"g"},"m":"Top Right","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"2","vt":"1"}},{"r":25,"c":5,"v":{"v":"Center Left","ct":{"fa":"General","t":"g"},"m":"Center Left","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"0"}},{"r":25,"c":6,"v":{"v":"Center Center","ct":{"fa":"General","t":"g"},"m":"Center Center","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"0","vt":"0"}},{"r":25,"c":7,"v":{"v":"Center Right","ct":{"fa":"General","t":"g"},"m":"Center Right","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"2","vt":"0"}},{"r":25,"c":8,"v":{"v":"Bottom Left","ct":{"fa":"General","t":"g"},"m":"Bottom Left","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"2"}},{"r":25,"c":9,"v":{"v":"Bottom Center","ct":{"fa":"General","t":"g"},"m":"Bottom Center","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"0","vt":"2"}},{"r":25,"c":10,"v":{"v":"Bottom Right","ct":{"fa":"General","t":"g"},"m":"Bottom Right","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"2","vt":"2"}},{"r":26,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":0,"v":{"v":"WordWrap","ct":{"fa":"General","t":"g"},"m":"WordWrap","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":2,"v":{"v":"ABCDEFGHIJKLMNOPQRSTUVWXYZ","ct":{"fa":"General","t":"g"},"m":"ABCDEFGHIJKLMNOPQRSTUVWXYZ","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"tb":"2"}},{"r":28,"c":3,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"tb":"1"}},{"r":28,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":29,"c":0,"v":{"ct":{"fa":"General","t":"inlineStr","s":[{"ff":"\"times new roman\"","fc":"rgb(51, 51, 51)","fs":"12","cl":0,"un":0,"bl":1,"it":0,"v":"TextRotate"}]},"ht":"1","vt":"0"}},{"r":29,"c":2,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"1","tb":"2","ht":"1","fs":"12"}},{"r":29,"c":3,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"2","tb":"2","ht":"0","fs":"12"}},{"r":29,"c":4,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"4","tb":"2","ht":"1","fs":"12","vt":"2"}},{"r":29,"c":5,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"5","tb":"2","ht":"1","fs":"12"}},{"r":29,"c":6,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"1","tb":"1","ht":"1","fs":"12","vt":"0"}},{"r":30,"c":0,"v":{"ct":{"fa":"General","t":"g"},"v":"hidden1","m":"hidden1"}},{"r":31,"c":0,"v":{"m":"hidden2","ct":{"fa":"General","t":"g"},"v":"hidden2"}},{"r":33,"c":0,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}}], + // "ch_width": 2361, + // "rh_height": 936, + // "luckysheet_select_save": [ + // { + // "left": 741, + // "width": 138, + // "top": 796, + // "height": 19, + // "left_move": 741, + // "width_move": 138, + // "top_move": 796, + // "height_move": 19, + // "row": [ + // 33, + // 33 + // ], + // "column": [ + // 6, + // 6 + // ], + // "row_focus": 33, + // "column_focus": 6 + // } + // ], + // "calcChain": [ + // { + // "r": 0, + // "c": 3, + // "index": "0", + // "func": [ + // true, + // 3, + // "=Formula!A1+Formula!B1" + // ], + // "color": "w", + // "parent": null, + // "chidren": {}, + // "times": 0 + // } + // ], + // "scrollLeft": 0, + // "scrollTop": 0 + // }]*/ + // }) - drawingHF:{//Drawing Reference in Header Footer - LF:{//left footer - type:"#_x0000_t75", - imagedata:"", - style:"", - }, - RF:{},//right footer - CF:{},//center footer - LH:{},//left header - RH:{},//right header - CH:{},//center header - }, - }, - rowBreaks:{ - "rowBreaks_1":{ - rowIndex:68, - man:1, - }, - }, - colBreaks:{ - "colBreaks_1":{ - colIndex:5, - man:1, - max:16383, - }, - "colBreaks_2":{ - colIndex:11, - man:1, - max:1048575, - }, - "colBreaks_3":{ - colIndex:17, - man:1, - max:1048575 - }, - } - }, - "merge": { - "13_5": { - "r": 13, - "c": 5, - "rs": 3, - "cs": 1 - }, - "13_7": { - "r": 13, - "c": 7, - "rs": 3, - "cs": 2 - }, - "14_2": { - "r": 14, - "c": 2, - "rs": 1, - "cs": 2 - }, - "15_10": { - "r": 15, - "c": 10, - "rs": 4, - "cs": 3 - } - }, - "borderInfo": [ - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 3, - "l": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 10, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 4, - "l": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 10, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 10, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 5, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 6, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 7, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 3, - "col_index": 8, - "l": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 1, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 2, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 3, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 4, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 5, - "l": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 6, - "l": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 1, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 7, - "l": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 1, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 1, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 5, - "col_index": 8, - "l": { - "style": 2, - "color": "rgb(255, 0, 0)" - }, - "r": { - "style": 2, - "color": "rgb(255, 0, 0)" - }, - "t": { - "style": 2, - "color": "rgb(255, 0, 0)" - }, - "b": { - "style": 2, - "color": "rgb(255, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 2, - "l": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "r": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 255)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 3, - "l": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "r": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 255)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 5, - "l": { - "style": 2, - "color": "rgb(154, 205, 50)" - }, - "t": { - "style": 2, - "color": "rgb(154, 205, 50)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 6, - "r": { - "style": 2, - "color": "rgb(154, 205, 50)" - }, - "t": { - "style": 2, - "color": "rgb(154, 205, 50)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 8, - "r": { - "style": 9, - "color": "rgb(0, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 7, - "col_index": 9, - "l": { - "style": 9, - "color": "rgb(0, 0, 0)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 2, - "l": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "r": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 255)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 3, - "l": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "r": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 255)" - }, - "b": { - "style": 9, - "color": "rgb(0, 0, 255)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 5, - "l": { - "style": 2, - "color": "rgb(154, 205, 50)" - }, - "b": { - "style": 2, - "color": "rgb(154, 205, 50)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 6, - "r": { - "style": 2, - "color": "rgb(154, 205, 50)" - }, - "b": { - "style": 2, - "color": "rgb(154, 205, 50)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 8, - "r": { - "style": 9, - "color": "rgb(0, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 8, - "col_index": 9, - "l": { - "style": 9, - "color": "rgb(0, 0, 0)" - }, - "t": { - "style": 9, - "color": "rgb(0, 0, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 2, - "l": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 3, - "r": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 5, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "t": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 6, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "t": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 7, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "t": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 11, - "col_index": 2, - "l": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 11, - "col_index": 3, - "r": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 11, - "col_index": 5, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 11, - "col_index": 6, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 11, - "col_index": 7, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 12, - "col_index": 2, - "l": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 12, - "col_index": 3, - "r": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "t": { - "style": 1, - "color": "rgb(144, 238, 144)" - }, - "b": { - "style": 1, - "color": "rgb(144, 238, 144)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 12, - "col_index": 5, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "b": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 12, - "col_index": 6, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "b": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 12, - "col_index": 7, - "l": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "r": { - "style": 1, - "color": "rgb(205, 205, 0)" - }, - "b": { - "style": 1, - "color": "rgb(205, 205, 0)" - } - } - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "2", - "color": "#000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "4", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 4, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "3", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 4, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "3", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 5, - 5 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 8, - 8 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 8 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "4", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 7, - 7 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "1", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 8, - 8 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "5", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 6, - 6 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "6", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 5, - 5 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "3", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 4, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "3", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 4, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 3, - 3 - ], - "column": [ - 3, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "2", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 2, - 9 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "9", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 5, - 5 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "8", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 6, - 6 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "13", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 7, - 7 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "13", - "color": "#ff0000", - "range": [ - { - "row": [ - 6, - 6 - ], - "column": [ - 11, - 11 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "10", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 4, - 4 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "11", - "color": "#ff0000", - "range": [ - { - "row": [ - 5, - 5 - ], - "column": [ - 3, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "11", - "color": "#ff0000", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 2, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-all", - "style": "3", - "color": "#0000ff", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 2, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-inside", - "style": "3", - "color": "#0000ff", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 8, - 9 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-inside", - "style": "9", - "color": "#0000ff", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 8, - 9 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-inside", - "style": "2", - "color": "#0000ff", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 8, - 9 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-inside", - "style": "9", - "color": "#0000ff", - "range": [ - { - "row": [ - 7, - 8 - ], - "column": [ - 8, - 9 - ] - } - ] - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 10, - "l": { - "color": "#ff0000", - "style": "13" - }, - "r": { - "color": "#ff0000", - "style": "13" - }, - "t": { - "color": "#ff0000", - "style": "13" - }, - "b": { - "color": "#ff0000", - "style": "13" - } - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 6, - "col_index": 11, - "l": null, - "r": null, - "t": null, - "b": null - } - }, - { - "rangeType": "cell", - "value": { - "row_index": 10, - "col_index": 10, - "l": null, - "r": null, - "t": null, - "b": null - } - }, - { - "rangeType": "range", - "borderType": "border-outside", - "style": "13", - "color": "#00ff00", - "range": [ - { - "row": [ - 10, - 12 - ], - "column": [ - 2, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-horizontal", - "style": "13", - "color": "#00ff00", - "range": [ - { - "row": [ - 10, - 12 - ], - "column": [ - 2, - 3 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-vertical", - "style": "13", - "color": "#ff9900", - "range": [ - { - "row": [ - 10, - 12 - ], - "column": [ - 5, - 7 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-outside", - "style": "13", - "color": "#ff9900", - "range": [ - { - "row": [ - 10, - 12 - ], - "column": [ - 5, - 7 - ] - } - ] - }, - { - "rangeType": "range", - "borderType": "border-none", - "style": "1", - "color": "#ff9900", - "range": [ - { - "row": [ - 19, - 19 - ], - "column": [ - 6, - 6 - ] - } - ] - } - ], - "rowlen": { - "0": 20, - "1": 20, - "2": 20, - "3": 20, - "4": 20, - "5": 20, - "6": 20, - "7": 20, - "8": 20, - "9": 20, - "10": 20, - "11": 20, - "12": 20, - "13": 20, - "14": 20, - "15": 20, - "16": 20, - "17": 31, - "18": 20, - "19": 20, - "20": 20, - "21": 20, - "22": 20, - "23": 20, - "24": 20, - "25": 79, - "26": 20, - "27": 20, - "28": 80, - "29": 36 - }, - "columnlen": { - "0": 131, - "2": 153, - "3": 128, - "4": 136, - "5": 122, - "6": 138, - "7": 131, - "8": 128, - "9": 140, - "10": 144 - }, - "rowhidden": { - "30": 0, - "31": 0 - }, - "customHeight": { - "29": 1 - }, - "customWidth": { - "2": 1 - } - }, - "index": "0", - "zoomRatio": 1, - "order": "0", - "column": 18, - "row": 36, - "status": 1, - "celldata": [{"r":0,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":"1","ct":{"fa":"General","t":"n"},"m":"1"}},{"r":0,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":2,"ct":{"fa":"General","t":"n"},"m":"2"}},{"r":0,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":3,"ct":{"fa":"General","t":"n"},"m":"3"}},{"r":0,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":0,"ct":{"fa":"###.00","t":"n"},"m":"0","f":"=A1/B1"}},{"r":0,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":0,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":0,"v":{"v":"Background","ct":{"fa":"General","t":"g"},"m":"Background","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":2,"v":{"bg":"rgb(30, 144, 255)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":4,"v":{"bg":"rgb(0, 255, 0)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":1,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":2,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":0,"v":{"v":"Border","ct":{"fa":"General","t":"g"},"m":"Border","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":3,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":4,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"ct":{"fa":"General","t":"inlineStr","s":[{"ff":"Arial","fc":"rgb(255, 0, 0)","fs":12,"cl":0,"un":0,"bl":0,"it":0,"v":"Inline"},{"ff":"Arial","fc":"#000000","fs":12,"cl":0,"un":0,"bl":0,"it":0,"v":" "},{"ff":"Arial","fc":"#000000","fs":16,"cl":1,"un":0,"bl":0,"it":1,"v":"Style"},{"ff":"Arial","fc":"#000000","fs":12,"cl":0,"un":0,"bl":0,"it":0,"v":" "},{"ff":"Arial","fc":"#000000","fs":12,"cl":0,"un":0,"bl":1,"it":0,"v":"Cell"}]}}},{"r":5,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":5,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":6,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":7,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":8,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":9,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":10,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":11,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":12,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":13,"c":5,"rs":3,"cs":1}}},{"r":13,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":13,"c":7,"rs":3,"cs":2}}},{"r":13,"c":8,"v":{"mc":{"r":13,"c":7}}},{"r":13,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":13,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":0,"v":{"v":"Span","ct":{"fa":"General","t":"g"},"m":"Span","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":14,"c":2,"rs":1,"cs":2}}},{"r":14,"c":3,"v":{"mc":{"r":14,"c":2}}},{"r":14,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":5,"v":{"mc":{"r":13,"c":5}}},{"r":14,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":7,"v":{"mc":{"r":13,"c":7}}},{"r":14,"c":8,"v":{"mc":{"r":13,"c":7}}},{"r":14,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":14,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":5,"v":{"mc":{"r":13,"c":5}}},{"r":15,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":7,"v":{"mc":{"r":13,"c":7}}},{"r":15,"c":8,"v":{"mc":{"r":13,"c":7}}},{"r":15,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":15,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10,"rs":4,"cs":3}}},{"r":15,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":15,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":16,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":16,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10}}},{"r":16,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":16,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":17,"c":0,"v":{"v":"Font","ct":{"fa":"General","t":"g"},"m":"Font","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":2,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":"11","fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":3,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":13,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":4,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":9,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":5,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":13,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":6,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":"rgb(255, 215, 0)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":7,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(67, 110, 238)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":17,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":17,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10}}},{"r":17,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":17,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":18,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":18,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"mc":{"r":15,"c":10}}},{"r":18,"c":11,"v":{"mc":{"r":15,"c":10}}},{"r":18,"c":12,"v":{"mc":{"r":15,"c":10}}},{"r":19,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":2,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":"rgb(67, 110, 238)","bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(255, 215, 0)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":19,"c":3,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":1,"it":0,"ff":0,"fs":"10","fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":19,"c":4,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":1,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"Luckysheet"}},{"r":19,"c":5,"v":{"v":"Luckysheet","ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"cl":1,"m":"Luckysheet"}},{"r":19,"c":6,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"0","cl":1}},{"r":19,"c":7,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":19,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":20,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":0,"v":{"v":"Format","ct":{"fa":"General","t":"g"},"m":"Format","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":2,"v":{"ct":{"fa":"##0.00","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"0.25","v":0.25}},{"r":21,"c":3,"v":{"ct":{"fa":"$#,##0.00_);($#,##0.00)","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"$0.25 ","v":0.25}},{"r":21,"c":4,"v":{"ct":{"fa":"\"$\" 0.00","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"$ 0.25","v":0.25}},{"r":21,"c":5,"v":{"ct":{"fa":"0%","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"25%","v":0.25}},{"r":21,"c":6,"v":{"ct":{"fa":"# ?/?","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":" 1/4","v":0.25}},{"r":21,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":21,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":22,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":2,"v":{"ct":{"fa":"0.00E+00","t":"n"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"m":"2.50E-01","v":0.25}},{"r":23,"c":3,"v":{"v":0.25,"ct":{"fa":"0.00","t":"n"},"m":"0.25","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":4,"v":{"ct":{"fa":"AM/PM h:mm:ss","t":"d"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":44032,"m":"AM 12:00:00"}},{"r":23,"c":5,"v":{"ct":{"fa":"yyyy/MM/dd","t":"d"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":44032,"m":"2020/07/20"}},{"r":23,"c":6,"v":{"ct":{"fa":"yyyy\"年\"M\"月\"d\"日\"","t":"d"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"v":44032,"m":"2020年7月20日"}},{"r":23,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":23,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":24,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":25,"c":0,"v":{"v":"Alignment","ct":{"fa":"General","t":"g"},"m":"Alignment","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":25,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":25,"c":2,"v":{"v":"Top Left","ct":{"fa":"General","t":"g"},"m":"Top Left","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"1"}},{"r":25,"c":3,"v":{"v":"Top Center","ct":{"fa":"General","t":"g"},"m":"Top Center","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"0","vt":"1"}},{"r":25,"c":4,"v":{"v":"Top Right","ct":{"fa":"General","t":"g"},"m":"Top Right","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"2","vt":"1"}},{"r":25,"c":5,"v":{"v":"Center Left","ct":{"fa":"General","t":"g"},"m":"Center Left","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"0"}},{"r":25,"c":6,"v":{"v":"Center Center","ct":{"fa":"General","t":"g"},"m":"Center Center","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"0","vt":"0"}},{"r":25,"c":7,"v":{"v":"Center Right","ct":{"fa":"General","t":"g"},"m":"Center Right","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"2","vt":"0"}},{"r":25,"c":8,"v":{"v":"Bottom Left","ct":{"fa":"General","t":"g"},"m":"Bottom Left","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"1","vt":"2"}},{"r":25,"c":9,"v":{"v":"Bottom Center","ct":{"fa":"General","t":"g"},"m":"Bottom Center","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"0","vt":"2"}},{"r":25,"c":10,"v":{"v":"Bottom Right","ct":{"fa":"General","t":"g"},"m":"Bottom Right","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":"2","vt":"2"}},{"r":26,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":26,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":0,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":2,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":3,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":27,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":0,"v":{"v":"WordWrap","ct":{"fa":"General","t":"g"},"m":"WordWrap","bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":1,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":2,"v":{"v":"ABCDEFGHIJKLMNOPQRSTUVWXYZ","ct":{"fa":"General","t":"g"},"m":"ABCDEFGHIJKLMNOPQRSTUVWXYZ","bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"tb":"2"}},{"r":28,"c":3,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1,"tb":"1"}},{"r":28,"c":4,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":5,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":6,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":7,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":8,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":9,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":28,"c":10,"v":{"bg":null,"bl":0,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}},{"r":29,"c":0,"v":{"ct":{"fa":"General","t":"inlineStr","s":[{"ff":"\"times new roman\"","fc":"rgb(51, 51, 51)","fs":"12","cl":0,"un":0,"bl":1,"it":0,"v":"TextRotate"}]},"ht":"1","vt":"0"}},{"r":29,"c":2,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"1","tb":"2","ht":"1","fs":"12"}},{"r":29,"c":3,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"2","tb":"2","ht":"0","fs":"12"}},{"r":29,"c":4,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"4","tb":"2","ht":"1","fs":"12","vt":"2"}},{"r":29,"c":5,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"5","tb":"2","ht":"1","fs":"12"}},{"r":29,"c":6,"v":{"ct":{"fa":"General","t":"g"},"v":"I am Luckysheet text rotate style","m":"I am Luckysheet text rotate style","tr":"1","tb":"1","ht":"1","fs":"12","vt":"0"}},{"r":30,"c":0,"v":{"ct":{"fa":"General","t":"g"},"v":"hidden1","m":"hidden1"}},{"r":31,"c":0,"v":{"m":"hidden2","ct":{"fa":"General","t":"g"},"v":"hidden2"}},{"r":33,"c":0,"v":{"ct":{"fa":"General","t":"g"},"bg":null,"bl":1,"it":0,"ff":0,"fs":11,"fc":"rgb(51, 51, 51)","ht":1,"vt":1}}], - "ch_width": 2361, - "rh_height": 936, - "luckysheet_select_save": [ - { - "left": 741, - "width": 138, - "top": 796, - "height": 19, - "left_move": 741, - "width_move": 138, - "top_move": 796, - "height_move": 19, - "row": [ - 33, - 33 - ], - "column": [ - 6, - 6 - ], - "row_focus": 33, - "column_focus": 6 - } - ], - "calcChain": [ - { - "r": 0, - "c": 3, - "index": "0", - "func": [ - true, - 3, - "=Formula!A1+Formula!B1" - ], - "color": "w", - "parent": null, - "chidren": {}, - "times": 0 - } - ], - "scrollLeft": 0, - "scrollTop": 0 - }]*/ - }) + luckysheet.create({ + container: "luckysheet", + lang: lang, + allowUpdate:true, + updateImageUrl:"http://luckysheet.lashuju.com/luckysheet/api/updateImg", + //updateUrl: "ws://127.0.0.1:85/dataqk/websocket/qksheet", + updateUrl: "ws://luckysheet.lashuju.com/luckysheet/websocket/qksheet", + "gridKey": "1079500#-8803#7c45f52b7d01486d88bc53cb17dcd2c3", + loadUrl: "http://luckysheet.lashuju.com/luckysheet/api/load", + // loadSheetUrl:"http://luckysheet.lashuju.com/luckysheet/api/loadsheet" + }) })