New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

xlsx2json2ts

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xlsx2json2ts

parse xlsx to json and ts

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

xlsx表格转 json数据 和 typescript类型定义

Installation

npm i xlsx2json2ts

Usage

import { xlsx2json2ts } from "xlsx2json2ts";
import * as path from "path";

xlsx2json2ts({
	inputDir: path.join(__dirname, "../xlsx"),
	outputClientDir: path.join(__dirname, "../xlsx/json_client"),
	outputServerDir: path.join(__dirname, "../xlsx/json_server"),
	outputDefineDir: path.join(__dirname, "../xlsx/json_define"),
});

Keywords

xlsx

FAQs

Package last updated on 09 May 2025

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