ycphs / openxlsx

openxlsx - a fast way to read and write complex xslx files
https://ycphs.github.io/openxlsx/
Other
220 stars 74 forks source link

Any further development on the additional target wb parameter? #419

Closed matt-actuary closed 5 months ago

matt-actuary commented 1 year ago
          @JanMarvin great work. 

I hope to have some time over the holidays to enable the already existing cloneWorksheet(wb, sheetName, clonedSheet) function with an optional second wb item as source for copying.

Then the current behaivior should be the same. If only one workbook is provided, then the "old" function is used. But if two or even multiple workbooks as target are provided, then the it would be great if the function you drafted does the work.

cloneWorksheet(wb, # source
target_wb , # optional parameter (one or vector)
sheetName, 
clonedSheet # one (recycle) or vector(but the same length as the target_wb)
)

Originally posted by @ycphs in https://github.com/ycphs/openxlsx/issues/36#issuecomment-750557603

github-actions[bot] commented 5 months ago

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 5 months ago

This issue was closed because it has been stalled for 7 days with no activity.