Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

250
Views
How to restrict entry in a cell of excel created from excel4node npm package?

I am creating an excel template from JSON data using npm package 'excel4node' I am wondering if I can restrict user to enter any value in a particular cell.

For example, this is code for my one cell's representation. How can I config this to restrict any entry?

import * as excel from 'excel4node';

const disabledStyle = {
  fill: {
    type: 'pattern',
    patternType: 'darkGray',
    bgColor: '#808080',
    fgColor: '#808080',
  },
};

const workbook = new excel.Workbook();
const worksheet = workbook.addWorksheet('Performance');
worksheet.cell(1, 1).style(disabledStyle);
workbook.write('template.xlsx');
about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!