https://bugs.documentfoundation.org/show_bug.cgi?id=157689

Hayward <hayward.ob...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hayward.ob...@gmail.com

--- Comment #1 from Hayward <hayward.ob...@gmail.com> ---
Created attachment 190120
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190120&action=edit
An example showing two or more sheets in the workbook, where each sheet has
identical XML, but only the final sheet presents filters.

Example 1

To recreate the xlsx file, the `openxlsx` code is:

library(openxlsx)
wb = createWorkbook()
addWorksheet(wb, "Sheet 1")
addWorksheet(wb, "Sheet 2")
writeData(wb, 1, x = iris, withFilter = TRUE)
writeData(wb, 2, x = iris, withFilter = TRUE)
saveWorkbook(wb, file = "FilterExample.xlsx")

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to