Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

262
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda