Package: excelR 0.4.0
excelR: A Wrapper of the 'JavaScript' Library 'jExcel'
An R interface to 'jExcel' library to create web-based interactive tables and spreadsheets compatible with 'Excel' or any other spreadsheet software.
Authors:
excelR_0.4.0.tar.gz
excelR_0.4.0.zip(r-4.5)excelR_0.4.0.zip(r-4.4)excelR_0.4.0.zip(r-4.3)
excelR_0.4.0.tgz(r-4.4-any)excelR_0.4.0.tgz(r-4.3-any)
excelR_0.4.0.tar.gz(r-4.5-noble)excelR_0.4.0.tar.gz(r-4.4-noble)
excelR_0.4.0.tgz(r-4.4-emscripten)excelR_0.4.0.tgz(r-4.3-emscripten)
excelR.pdf |excelR.html✨
excelR/json (API)
NEWS
# Install 'excelR' in R: |
install.packages('excelR', repos = c('https://swechhya.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/swechhya/excelr/issues
Last updated 3 years agofrom:b46f7d1b20. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 14 2024 |
R-4.5-win | OK | Oct 14 2024 |
R-4.5-linux | OK | Oct 14 2024 |
R-4.4-win | OK | Oct 14 2024 |
R-4.4-mac | OK | Oct 14 2024 |
R-4.3-win | OK | Oct 14 2024 |
R-4.3-mac | OK | Oct 14 2024 |
Exports:excel_to_RexcelOutputexcelTableget_selected_dataget_selected_data_boundarygetCommentsgetTableDatarenderExcelsetComments
Dependencies:base64encbslibcachemclidigestevaluatefastmapfontawesomefsgluehighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlifecyclememoisemimeR6rappdirsrlangrmarkdownsasstinytexxfunyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert excel object to data.frame | excel_to_R |
Helper function for using jexcel table in Shiny | excelOutput |
Create excel table using jexcel library | excelTable |
Get selected cells from excel table | get_selected_data |
Get selected cells boundary from excel table | get_selected_data_boundary |
This function is used to get comment from specified cell | getComments |
This function is used to get data from excel table | getTableData |
Helper function for using jexcel table in Shiny | renderExcel |
Add comment to a specified cell | setComments |