npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

jsxls

v0.1.28

Published

JavaScript realizes all functions of Excel 2016

Downloads

49

Readme

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 自动生成完成列表