Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creation of some Read-only columns or read-only cells #283

Closed
siddhu741 opened this issue Mar 13, 2017 · 2 comments
Closed

Creation of some Read-only columns or read-only cells #283

siddhu741 opened this issue Mar 13, 2017 · 2 comments
Labels

Comments

@siddhu741
Copy link

First of all, Great library and a very useful one.
Sometimes, there is a need to make some columns of the worksheets non-editable.
can anyone throw some light on whether its possible to create such columns using the existing library?

@ekochman
Copy link

ekochman commented Apr 3, 2017

As far as I've been able to determine, this is not currently possible. However, given that locking a cell is done by setting a simple flag on the cell, this shouldn't be too complex to add support for. I'd love to have this feature as well - something like worksheet->getCell(A1)->locked = true;

@ekochman
Copy link

ekochman commented Apr 3, 2017

According to PR #166 it seems that this is a currently unknown attribute type - perhaps a more general update would be to allow you to set any attribute type for a cell by providing the attribute name and value.

@exceljs exceljs locked and limited conversation to collaborators Sep 21, 2023
@Siemienik Siemienik converted this issue into discussion #2532 Sep 21, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

3 participants