v0.5 #530
JanMarvin
announced in
Announcements
v0.5
#530
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release 0.5 brings a number of changes and the usual bug fixes. In particular, we now use American English by default (aka
color
) from now on. However, we still support the British Englishcolour
. This change was introduced for consistency, previously we had both variants in different functions.Among the changes, the following stand out: grouping has been improved, as well as reading escaped XML. We provide a new function
wb_copy_cells()
for copying (and transposing) cells, cell values or cell references in a workbook, and are now able to write both shared strings and inline strings (the previous standard). Shared strings are advantageous when you have many identical strings in a workbook. Writing data to the worksheet has been further improved and two new features have been introduced. 1) there is an experimental optionopenxlsx2.string_nums
that changes the way strings containing numbers are written and 2) a new function has been added to the package. It is now possible to write pivot tables usingwb_add_pivot_table()
. These are evaluated once the workbook is opened in spreadsheet software. However, be aware that both were introduced recently and may still contain bugs and cause unexpected behavior. Be careful (make some more backups than usual) when using these functions and please give feedback if you do.The release 0.5 is the fifth openxlsx2 release which is available under CRAN. However, the package is not yet fully stable. Until the stable version 1.0 there may still be changes in the API. A look at the issue tracker and the NEWs is recommended in any case.
What's Changed
wb_load()
throws error if worksheets have "freeze panes" activated #494 by @JanMarvin in Fix wb_load() with multiple sheetView sections. fixes #494 #495inline_string = FALSE
by @JanMarvin in Write sst withinline_string = FALSE
#499Full Changelog: v0.4.1...v0.5
This discussion was created from the release v0.5.
Beta Was this translation helpful? Give feedback.
All reactions