Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsxls

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsxls

JavaScript realizes all functions of Excel 2016

  • 0.1.28
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

excel

JavaScript realizes all functions of Excel 2016

安装
  • npm i jsxls

  • Typescript 在 ts 分支 由 imsunhao 提供维护

需要的辅助工具
  • npm i -g jest // 测试框架
  • npm i -g jsdoc // 文档生成框架
测试和函数注解的规范
/**
 * [参考资料](https://support.microsoft.com/zh-cn/office/abs-%e5%87%bd%e6%95%b0-3420200f-5628-4e8c-99da-c99d7c87713c?ns=excel&version=16&syslcid=2052&uilcid=2052&appver=zxl160&helpid=xlmain11.chm60072&ui=zh-cn&rs=zh-cn&ad=cn)
 * @desc 返回数字的绝对值。 一个数字的绝对值是该数字不带其符号的形式
 * @param {Number} n
 * @example
 * math.abs(-1)
 * => 1
 * @returns {Number}
 * @memberof MATH#
 */
const abs = () => Math.abs(n)
参与方式
  • 有写至少 10 个及以上函数的能力,不包括数学和统计类
  • 通过后成为合作者,直接维护此库
项目个数
日期和时间24
工程54
逻辑9
文本42
网络3
信息21
数据库12
查找与引用19
财务55
数学76
多维数据集7
统计107
==小计==429
完成情况
  • 完成率:18.8 %

完成情况列表 跳转会比较慢

文件说明
  • node function-list.js 自动生成完成列表

Keywords

FAQs

Package last updated on 16 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc