
Security News
/Company News
Socket Is Sponsoring Composer and Packagist
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.
@thtf/excel-designer
Advanced tools
npm install @thtf/excel-designer
<div id="test"></div>
import Spreadsheet from '@thtf/excel-designer';
import '@thtf/excel-designer/dist/styles/spreadsheet.css';
const s = new Spreadsheet('#test')
.loadData({})
.change((data) => {
// save data to db
});
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@thtf/excel-designer@1.0.2/dist/styles/spreadsheet.css">
<script src="https://cdn.jsdelivr.net/npm/@thtf/excel-designer/dist/js/spreadsheet.min.js"></script>
<div id="test"></div>
<script>new Spreadsheet('#test');</script>
npm run build
npm login
npm publish
FAQs
web excel
The npm package @thtf/excel-designer receives a total of 62 weekly downloads. As such, @thtf/excel-designer popularity was classified as not popular.
We found that @thtf/excel-designer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 open source maintainers collaborating on the project.
Did you know?

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.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.

Research
/Security News
Benign-looking npm packages split malicious functionality across a dependency chain that deploys a cross-platform RAT targeting Alibaba developers.

Research
/Security News
Two Joyfill npm beta releases contain an import-time implant that uses blockchain transactions to retrieve a remote-access trojan.