tests/testthat/test-shared-string-table.R

## #293, #333
## affects xls only
test_that("shared strings are retrieved when there's >256 unique strings", {
  df <- read_excel(test_sheet("more-than-256-unique-strings-xls.xls"))
  expect_identical(df$var[257], "x257")
})
hadley/readxl documentation built on June 13, 2025, 4:05 a.m.