## Create a new workbook
wb <- loadWorkbook(file = system.file("extdata", "loadExample.xlsx", package = "openxlsx"))
## remove any custom row heights in rows 1 to 10
removeRowHeights(wb, 1, rows = 1:10)
if (FALSE) {
saveWorkbook(wb, "removeRowHeightsExample.xlsx", overwrite = TRUE)
}
Run the code above in your browser using DataLab