Matt Dray

Results 63 comments of Matt Dray

Note [the options for {openxlsx}](https://ycphs.github.io/openxlsx/articles/Formatting.html#numeric-formatting) could also be set to allow for the comma separator, as mentioned in #69, but this still won't work with columns that contain a placeholder...

Consider applying `scales::number()` if it needs to be done manually in some way.

Current thoughts: create a function to dynamically construct a `numFmt` string based on the values provided in each column that's detected as numeric? So a column with numbers like `1234.56`...

Hi Cat, thanks for highlighting this. Are you able to provide a reproducible example of the issue? I've created a small example below that generates a workbook with a table...

Okey dokey, I think I understand: columns get converted to character class even if they remain unsuppressed. I think there's a few ways to convert numbers-only columns back to numeric...

Also H2 headers to the subheadings on the cover page, for example.

It does work on AG's Windows machine though. Session info ``` R version 4.1.0 (2021-05-18) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19044) Matrix products: default locale: [1]...

Came across a similar issue when dealing with a publication. As a quick fix I commented-out the lines in `a11ytables:::.style_table()` that control column-width resizing. It's in the branch `bug-colwidth` for...

Thought: check the code to see whether there's an `if` when handling longer column names to make them wider in the output. Might be that there's not any columns that...

The `create_a11y_wb()` function hasn't existed for a while and the bug has never reappeared. Can reopen if it does.