Locking and Unlocking of cells #1390

Open
grantfayvor wants to merge 2 commits from grantfayvor/master into master
grantfayvor commented 2018-12-19 13:17:04 +00:00 (Migrated from github.com)

Implemented unlocking of cells in a particular column after protecting a worksheet

Implemented unlocking of cells in a particular column after protecting a worksheet
nakshay commented 2019-06-11 06:44:43 +00:00 (Migrated from github.com)

are these changes merged ?

are these changes merged ?
grantfayvor commented 2019-06-12 14:47:27 +00:00 (Migrated from github.com)

@nakshay
No, the changes have not been merged.

@nakshay No, the changes have not been merged.
nakshay commented 2019-06-13 05:04:17 +00:00 (Migrated from github.com)

@nakshay
No, the changes have not been merged.

And I don't think it will be ever merged. as cell level control is their pro offering.
reference

> @nakshay > No, the changes have not been merged. And I don't think it will be ever merged. as cell level control is their pro offering. [reference](https://github.com/SheetJS/js-xlsx/issues/804)
This pull request has changes conflicting with the target branch.
  • Makefile
  • README.md
  • bits/47_styxml.js
  • bits/66_wscommon.js
  • dist/xlsx.core.min.js
  • dist/xlsx.core.min.map
  • dist/xlsx.extendscript.js
  • dist/xlsx.full.min.js
  • dist/xlsx.full.min.map
  • dist/xlsx.js

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin grantfayvor/master:grantfayvor/master
git checkout grantfayvor/master

Merge

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff grantfayvor/master
git checkout master
git merge --ff-only grantfayvor/master
git checkout grantfayvor/master
git rebase master
git checkout master
git merge --no-ff grantfayvor/master
git checkout master
git merge --squash grantfayvor/master
git checkout master
git merge grantfayvor/master
git push origin master
Sign in to join this conversation.
No description provided.