excel-templator
Excel templator
Excel templator
Transform any excel file into a json
Convert excel files to mo files
This module inserts the Excel files uploaded to the server in the database(MySQL)
NodeJS read excel file and parse to a Json object
将excel一列或多列数据粘贴到el-table指定位置的vue2指令
这是一个用来处理Excel文件的包 内置两个方法 1.下载Excel的模板(自定义)2.解析Excel里面的数据(处理成数组和对象)
```javascript //hooks使用示例 /** * @description useReader,excel读取 * */ import { useReader } from "excel-react-hooks"; const { reader, data } = useReader( ["name", "age", "gender", "phone"], () => { console.log("success"); }, () => {
Excel streaming row reader
Fast and simple transform stream for excel files parsing
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
用于把表格数据导成json数据,可支持json、ts和js,或者,用于把json数据导成表格数据,可支持json、ts和js。
Node.js library designed to simplify the process of creating Excel files by providing a convenient abstraction layer on top of the powerful "excel4node" library.
将excel的内容转成对应格式多语言js文件
Nodel Excel file manipulator that lets you perform operations on spreadsheets (add row, pivot table, etc). You can write your new transformed spreadsheets to files, and serve your spreadsheets from a server using NodeJS. Way faster than excel.
Quickly export an Excel Workbook to a Postgres Database
excel-to-prisma is a package that parses Excel data and converts it into a data object that can be used in Prisma ORM
基于 exceljs 封装的导入导出模块
A versatile Node.js library to import data from Excel files into various databases including MySQL, PostgreSQL, Microsoft SQL Server, MongoDB (Mongoose), and GraphQL-enabled databases. Automates the process of mapping and migrating data from Excel to data
Convert Excel to JSON