The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

openxlsx2 1.6

New features

# force a dataset into a specific cell dimension
wb <- wb_workbook()$add_worksheet()
wb$add_data(dims = "I2:J2;A1:B2;G5:H6", x = matrix(1:8, 4, 2), enforce = TRUE)

Fixes

# Previously created a wrong dims
wb_dims(x = mtcars, cols = "non-existent-col")
# Now errors

openxlsx2 1.5

(This was updated post release.)

New features

# before (workaround needed)
wb$add_data(dims = wb_dims(rows = 1, cols = 1:3), x = t(c(4, 5, 8)), col_names = FALSE)
# now (listens to dims)
wb$add_data(dims = wb_dims(rows = 1, cols = 1:3), x = c(4, 5, 8))

Fixes


openxlsx2 1.4

New features

Fixes

Breaking changes

Maintenance


openxlsx2 1.3

Documentation improvement

New features

Fixes


openxlsx2 1.2

New features

Fixes


openxlsx2 1.1

New features

Fixes


openxlsx2 1.0

Breaking changes

Deprecated functions

These functions are no longer recommended. A guide was created to help users They will continue to work for some time, but changing to newer functions is recommended.

New features

Documentation improvement

Fixes

Internal changes


openxlsx2 0.8

API Change

Breaking changes

New features

Fixes

Refactoring


openxlsx2 0.7.1

New features

Fixes

Breaking changes


openxlsx2 0.7

New features

Fixes


openxlsx2 0.6.1

New features


openxlsx2 0.6

New features

Fixes

Breaking changes


openxlsx2 0.5.1

New features

Fixes


openxlsx2 0.5

New features

Fixes

Breaking changes


openxlsx2 0.4.1

New features

Fixes


openxlsx2 0.4

New features

Fixes

Breaking changes

Internal changes


openxlsx2 0.3.1

New features

Internal changes

Fixes

Breaking changes


openxlsx2 0.3

New features

Internal changes

Breaking changes


openxlsx2 0.2.1

New features

Fixes

Breaking changes

Internal changes


openxlsx2 0.2.0

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.