Skip to content

Latest commit

 

History

History
58 lines (29 loc) · 1.13 KB

NEWS.md

File metadata and controls

58 lines (29 loc) · 1.13 KB

excelR 0.4.0

  • add option to specify date format

  • add dots to make excelTable parameters more flexible

  • remove parameter restriction for columns attribute

  • add feature to get selected data and selected data boundary

  • handle image url

  • fix bug of numeric converting to factor after edit

  • update jexcel and jsuites version

  • fix test for latest R version breaking changes

excelR 0.3.1

  • fix bug when NA is present in data

  • fix bug date and character columns are converted to factor after editing any cell.

excelR 0.3.0

  • add feature to auto detect column type from the data

  • add feature to show toolbar

excelR 0.2.1

  • fix bug for shiny table update

  • add readonly column attribute for columns

  • fix bug to maintain cell selection on table update

  • fix bug to handle events fired by jexcel

excelR 0.2.0

  • fix bug in which various arguments are not passed to the htmlwidget

  • rewrite JavaScript binding so works with older RStudio versions

  • change style argument to a named list of character CSS styles

  • add examples

  • begin to add tests

  • add communication with shiny

excelR 0.1.0

  • initial release