ycphs / openxlsx

openxlsx - a fast way to read and write complex xslx files

Home Page:https://ycphs.github.io/openxlsx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mildly misleading function description

ERF4 opened this issue · comments

commented

The description for the worksheetOrder() function reads: "Get/set order of worksheets in a Workbook object". However, this mildly contradicts the actual behavior of the function, described in the Details section as follows: "This function does not reorder the worksheets within the workbook object, it simply shuffles the order when writing to file."

It would be helpful if the description reflected the actual behavior, so it could be worded more like this: "Get/set the order in which worksheets will be written to a file from a Workbook object"