openxlsx2
openxlsx2 copied to clipboard
Align worksheet and chartsheet
- we have
wbWorksheet
andwbChartSheet
andworksheet
andchart-sheet
- Internally we treat them in
wb$worksheets
which could bewb$sheets
- both could share the same origin
wbSheet
. This way we could avoid having duplicate code likeset_sheetview()