awalker89 / openxlsx

R package for .xlsx file reading and writing.
Other
364 stars 79 forks source link

Worksheet, workbook and cell-level protection settings (locking, password protection) #413

Closed kainhofer closed 6 years ago

kainhofer commented 6 years ago

Functionality

New functions to set these protection levels:

This fixes issues #409 and #410

codecov[bot] commented 6 years ago

Codecov Report

Merging #413 into master will increase coverage by <.01%. The diff coverage is 61.4%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #413      +/-   ##
==========================================
+ Coverage   60.23%   60.23%   +<.01%     
==========================================
  Files          30       30              
  Lines        7031     7142     +111     
==========================================
+ Hits         4235     4302      +67     
- Misses       2796     2840      +44
Impacted Files Coverage Δ
R/helperFunctions.R 75.56% <100%> (+0.62%) :arrow_up:
R/StyleClass.R 17.28% <16.66%> (-0.05%) :arrow_down:
R/worksheet_class.R 73.28% <50%> (-0.37%) :arrow_down:
R/WorkbookClass.R 55.26% <58.06%> (-0.01%) :arrow_down:
R/wrappers.R 42.61% <65.38%> (+0.98%) :arrow_up:
src/load_workbook.cpp 90% <66.66%> (-0.15%) :arrow_down:
R/loadWorkbook.R 69.56% <75%> (-0.02%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 025605f...3fc0025. Read the comment docs.