Releases: Swechhya/excelR
Releases · Swechhya/excelR
excelR 0.4.0
New features:
- Attribute to specify date format
- Functions to set and get comments
- Functions to get selected data and selected data boundary
- Flexibility to add custom js scripts
- Handle image url in columns
- Update jexcel and jsuites version
- Add dots to make excelTable parameters more flexible
Bug fixes:
- Fix test for latest R version
- Multiple dropdown issue
- Numeric converting to factor after edit
excelR 0.3.1
Bug fixes:
- Show blank cell when
NA
is present in data. - Date and character columns are converted to factor after editing any cell.
excelR 0.3.0
New features:
- Auto detect column type from data
- Show toolbar above the table
excelR 0.2.1
Bug fixes:
- Shiny table update
- Add missing
readonly
column attribute for columns - Maintain cell selection on table update
- Handle events fired by jexcel
excelR 0.2.0
New features:
- Add communication with
shiny
- Change
style
argument to a named list ofcharacter
CSS styles - Add examples and tests
Bug fixes:
- Rewrite JavaScript binding so works with older RStudio versions
- Various arguments are not passed to the
htmlwidget
Initial CRAN release
0.1.0 Change description title for CRAN submission