Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[write] disable hyperlink check for matrix otherwise vapply runs on e… #876

Merged
merged 2 commits into from Dec 27, 2023

Conversation

JanMarvin
Copy link
Owner

…very cell instead of every column

Especially with large matrices this should be much faster:

library(openxlsx2)

mm <- matrix(1, 1e4, 1000)

beg <- Sys.time()

wb <- wb_workbook()$add_worksheet()$add_data(x = mm)

@JanMarvin JanMarvin merged commit 4caa727 into main Dec 27, 2023
9 checks passed
@JanMarvin JanMarvin deleted the matrix_disable_hyperlink_check branch December 27, 2023 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant