Giter Club home page Giter Club logo

xlsx-comparer's Introduction

Xlsx 对比工具

对比两个 .xlsx 文件的异同,并且用颜色显示

安装

npm i

编译 TS 文件

# 编译所有 *.ts 文件
tsc
# 或者持续编译
tsc -w

使用命令行对比

# xc 对比命令
# -s (-source) 需要对比的源文件(*.xlsx)路径
# -t (-target) 用于对比的目标文件(*.xlsx)路径
# -k (-key) 主键名
node ./bin/server/index.js xc -s test/a.xlsx -t test/b.xlsx -k A

更新日志

0.0.14

  • label
  • input

0.0.13

  • 单元格添加行显示

0.0.12

  • -f 过滤不显示相同行
  • title 显示列头

0.0.11

  • 不同单元格标红+下划线

0.0.10

  • 修改对比方法支持多表对比
  • 去除新增、删除的图示

0.0.9

  • 点击某行单元格高亮显示关联的行

0.0.9

  • 支持自动隐藏没有差异的列 -a

0.0.8

  • 支持使用表格第一行作为 key 参数
  • 显示版本号

0.0.7

  • 页头添加标题及当前脚本初始化状态显示

0.0.6

  • 不变的数据不显示

0.0.5

  • 重构表格支持 thead 及 tbody

0.0.4

  • 显示用于对比的文件名

0.0.3

  • 支持多行表头

0.0.2

  • 显示固定列功能
  • 排除指定列功能

0.0.1

  • 基本对比功能
  • 图示说明
  • 新增行突出显示
  • 删除行突出显示
  • 不一样的单元格显示
  • 主键突出显示
  • 超长内容缩略显示
  • 超长内容悬浮提示

xlsx-comparer's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.