Replies: 5 comments 10 replies
-
i really understand and i'm glad that my little project means a lot to you. at the end of the day, though, i've been doing this every day for almost 2 years now. i'm happy when i can use the package myself and i'm happy when others use it and tell me or write me when they like it. after all that's my reward for all the effort. but after that time i'm also a bit tired and don't want to prolong everything just for a more polished 1.0 release. most likely i know more about xlsx files than the vast majority of other people and more than is healthy. for me, 1.0 is in a way a conclusion of a chapter. the package is quite big, there will always be something to do. and like I've said, there will be new releases. the hyperlink function has other issues, it uses |
Beta Was this translation helpful? Give feedback.
-
I was thinking adding a few more I will open a PR. but awaiting your suggestions!
|
Beta Was this translation helpful? Give feedback.
-
Other items that popped in my mind.
I have no really strong feelings about them. But I can open PRs if any of these suggestions sound reasonable to you, |
Beta Was this translation helpful? Give feedback.
-
Could you regenerate this table whenever you have time? #38 (comment) I'd be curious to see it ! And what is the code you use to create that? |
Beta Was this translation helpful? Give feedback.
-
Closing this! long live openxlsx2. Hope I was not too annoying |
Beta Was this translation helpful? Give feedback.
-
I think that some features may need a little bit of revisiting before the release
What I think would be good to have a simpler interface
get_named_regions()
Could be a workbook wrapper? Seems to be one of the only functions to use
x
. Suggest users to use wb <- wb_load(xl_file)wb$get_named_regions()
Simple comment
For a simple comment,
comment <- wb_comment(x)
could happen under the hood. It would not be too dangerous.I think that
create_comment()
should be deprecated in favour ofwb_comment()
#758Simple text hyperlink
At the moment, the interface is not very user-friendly.. It seems like you just have to follow a tutorial you don't understand to make it work
copy cells
Examples
There are still examples with the oldwrite_()
functions. Attempted to fix many of them in #749.Follow-up to finalize clean-up later this week. (will help see if something is wrong.
Vignettes
Some stuff could be removed from vignettes. Especially the one that has been copied over from openxlsx. I think that guides should display only the essential info, other info could be provided elsewhere.Later
The create functions
They don't all behave the same...
Which functions do what?
#91 (comment)
Many function work at the worksheet level, while others play at the workbook level.improvedBasically, I reviewed the function title to add suffix
to a worksheet
orto a workbook
Function parameters
num_fmt
argument somewhereScript of function use in docs
https://gist.github.com/olivroy/d671e54a817f1e6cec31505491462b70
Beta Was this translation helpful? Give feedback.
All reactions