a1-notation:使用“ A1”或“ A1”之类的A1表示法

时间:2024-05-28 01:30:05
【文件属性】:

文件名称:a1-notation:使用“ A1”或“ A1”之类的A1表示法

文件大小:196KB

文件格式:ZIP

更新时间:2024-05-28 01:30:05

table spreadsheet range cell a1

A1表示法 关于 该库用于处理A1表示法,例如“ A1”或“ A1:B2”。 该库将作为UMD模块导出。 安装 npm i @flighter/a1-notation -d 或者 yarn add @flighter/a1-notation 下载 , , , , 有什么区别? 转换器1或转换器2 ? 区别在于转换算法。 您可以将与进行比较。 “ ES5”还是“ ESNext”? ES5已经转换为具有所有所需polyfill的ES5标准。 ESNext使用代码的原始语法。 “ UMD”? UMD-统一模块定义,更多内容请参见 。 “ .min”? 缩小版。 npm中的默认版本是UMD ESNext。 此版本未进行编译和最小化,因此您需要对其进行编译和最小化。 初始化 import A1 from '@flighter/a1-notation' ; // or const


【文件预览】:
a1-notation-master
----.gitignore(13B)
----package.json(1KB)
----package-lock.json(105KB)
----src()
--------A1Error.ts(731B)
--------options.ts(483B)
--------converters.ts(2KB)
--------enums.ts(80B)
--------index.ts(17KB)
--------helpers.ts(1KB)
----dist()
--------helpers.d.ts(1KB)
--------enums.d.ts(90B)
--------options.d.ts(333B)
--------index.js(80KB)
--------index.min.js(26KB)
--------index.js.map(153KB)
--------index.umd.js(21KB)
--------index.next.min.js.map(30KB)
--------index.next.js(21KB)
--------index.min.js.map(121KB)
--------converters.d.ts(1KB)
--------A1Error.d.ts(379B)
--------index.next.min.js(5KB)
--------index.d.ts(8KB)
--------index.next.js.map(35KB)
----LICENSE(1KB)
----CHANGELOG.md(540B)
----rollup.config.js(2KB)
----README.md(4KB)
----tests()
--------constructor()
--------index.js(737B)
--------static()
--------dynamic()
--------_values.js(909B)
--------_values()
----docs()
--------method-shift.md(2KB)
--------method-get.md(2KB)
--------constructor.md(2KB)
--------method-add.md(1KB)
--------method-remove.md(2KB)
--------method-copy.md(170B)
--------method-set.md(863B)
--------method-static-isValid.md(222B)
--------method-static-to.md(392B)
--------method-static-get.md(1KB)
----.editorconfig(154B)

网友评论