← Back to home
Comparison · Analytics

readxl vs tsibble

A side-by-side editorial comparison of readxl and tsibble — release velocity, themes, recent moves, and the top alternatives to consider.

readxl vs tsibble: at a glance

Featurereadxltsibble
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesr, excel, data-import, libxlstime-series, data-structures, vctrs, tidyverts
Last editorial update2h ago47m ago
WebsiteVisit →Visit →

What is readxl?

readxl has shipped almost nothing but vendored-dependency upkeep since 2022.

readxl reads Excel files into R without requiring Excel, bundling the libxls and RapidXML C libraries. Four of its last six releases state outright that they contain no user-facing changes, existing instead to satisfy CRAN, silence a sanitizer warning, or re-embed a patched libxls.

Read the full readxl trajectory →

What is tsibble?

tsibble shipped one release in five and a half years - the data structure is finished

tsibble defines the tidy time-series data structure that fable and feasts are built on. The design churned heavily through 2018 and 2019, settled with the 0.9.0 move onto vctrs in mid-2020, and then went quiet: the next release, 1.2.0, arrived in February 2026 with a summary() method and some tidyselect helpers.

Read the full tsibble trajectory →

readxl vs tsibble: editorial side-by-side

R
readxl
ANALYTICS
0.0

readxl has shipped almost nothing but vendored-dependency upkeep since 2022.

◆ Current state

readxl reads Excel files into R without requiring Excel, bundling the libxls and RapidXML C libraries. Four of its last six releases state outright that they contain no user-facing changes, existing instead to satisfy CRAN, silence a sanitizer warning, or re-embed a patched libxls.

◆ Where it's heading

The real work has become stewardship of vendored C code: absorbing libxls security fixes and keeping the package compiling across Alpine, UBSAN and successive cpp11 versions. 1.5.0 breaks the streak only slightly, with a network-drive permission warning fix and a cpp11 floor raised to dodge a segfault.

◆ Prediction

Expect the same rhythm — releases triggered by toolchain breakage or an upstream libxls patch rather than new spreadsheet-reading capability.

T
tsibble
ANALYTICS
0.0

tsibble shipped one release in five and a half years - the data structure is finished

◆ Current state

tsibble defines the tidy time-series data structure that fable and feasts are built on. The design churned heavily through 2018 and 2019, settled with the 0.9.0 move onto vctrs in mid-2020, and then went quiet: the next release, 1.2.0, arrived in February 2026 with a summary() method and some tidyselect helpers.

◆ Where it's heading

This is a package that reached its final shape and stopped. The early releases are a rapid sequence of breaking changes to the key and interval metadata, each one warning that previously stored objects are corrupt; once the interval became a formal vctrs record type there was nothing structural left to change. The five-year gap is the trajectory, not a lapse.

◆ Prediction

Expect further releases to be small compatibility and convenience additions at long intervals; with the type system settled and windowing delegated to slider, there is no visible pressure for another breaking change.

Alternatives to readxl and tsibble

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either readxl or tsibble.

See all readxl alternatives → · See all tsibble alternatives →

Recent activity from readxl and tsibble

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 2mo agoreadxlreadxl 1.5.0 stops false access-denied warnings on network drives
  2. 6mo agotsibblesummary() for time classes; sequential column construction
  3. 1y agoreadxlreadxl 1.4.5 clears a gcc UBSAN warning
  4. 1y agoreadxlreadxl 1.4.4 embeds libxls 1.6.3 with vulnerability fixes
  5. 3y agoreadxlreadxl 1.4.3 ships with no user-facing changes
  6. 3y agoreadxlreadxl 1.4.2 embeds a libxls build fixing CVE-2021-27836
  7. 3y agoreadxlreadxl 1.4.1 regenerates help files for valid HTML5
  8. 6y agotsibbleInterval becomes a vctrs record type; windowing moves to slider
  9. 7y agotsibbleLifecycle badges and yearweek string parsing
  10. 7y agotsibblePatch fixes for renaming, single-row and duplicate-index cases
  11. 7y agotsibbleindex_by() groups the index; unnest_tsibble() added
  12. 7y agotsibbleMetadata overhaul folds regular into interval, ordered into index

Frequently asked questions

What is the difference between readxl and tsibble?

They serve adjacent needs but don't currently overlap on shipped themes. readxl and tsibble are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is readxl better than tsibble?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. readxl and tsibble are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to readxl?

Top readxl alternatives in Analytics are ranked by recent ship velocity. Browse the "readxl alternatives" section above for the current picks, or visit /alternatives/readxl for the full list with editorial commentary on each.

What are the best alternatives to tsibble?

Top tsibble alternatives in Analytics are ranked by recent ship velocity. Browse the "tsibble alternatives" section above for the current picks, or visit /alternatives/tsibble for the full list with editorial commentary on each.