Bill Denney
Bill Denney
This updates: * to use `testthat` edition 3, * Slight update to CI * Add code coverage CI * Include badges for build status and code coverage If this is...
Related to #132 I know that I can set a date format (like "15 Oct 2025") manually with each date field. It would be nice to be able to have...
This is related to (but distinct from) #609 I have an app where I would like to have a top-level progress bar that shows progress on all reactive elements that...
I'm looking to make a new object type to cover all cases of writing to the excel file. The goal would be that all available formatting and other options (comments,...
This uses the method suggested in https://github.com/ropensci/writexl/issues/5#issuecomment-333322996 The difference/benefit is that the URL is not part of the cell value but stored externally.
Fix #89
Excel only supports up to 255 characters in a formula, but we may write more than that. I would suggest we implement the suggested use of the `=CONCATENTATE()` function to...
Enable freezing panes, enabled by default when column headers are formatted (related to #4)
The first file below has an error when opening in Excel due to a quote that is not escaped. The second file works because the quote is escaped. I think...
When I run the below code interactively, I get the following error, but when I run it in reprex, there is no error. ``` Error in • `ansi_strwrap(text, exdent =...