tablexlsx
Export Data Frames to Excel Workbook
v1.1.0
·
Oct 16, 2024
·
MIT + file LICENSE
Description
Collection of functions that allow to export data frames to excel workbook.
Downloads
CRAN
265
Last 30 days
15810th
649
Last 90 days
2.6K
Last year
Trend: +63.6% (30d vs prior 30d)
r2u
CRAN
9
Last 30 days
25
Last 90 days
101
Last year
Trend: -43.8% (30d vs prior 30d)
autoCRAN
3
Last 7 days
11
Last 30 days
0
All-time
autoCRAN-only: this name is served only by autoCRAN, so the count is exact.
CRAN Check Status
13
OK
Show all 13 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check History
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
ERROR
r-devel-linux-x86_64-debian-gcc
tests
Running ‘testthat.R’ [3s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(tablexlsx)
>
> test_check("tablexlsx")
v Your Excel file 'Export.xlsx' is available in the folder '/tmp/Rtmp1bChjl'
...[truncated]...
readUTF8(workbook))
4. └─openxlsx:::readUTF8(workbook)
5. └─base::readLines(x, warn = FALSE, encoding = "UTF-8")
6. └─base::file(con, "r")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 66 ]
Error:
! Test failures.
Execution halted