Skip to content

0.11.1

Choose a tag to compare

@janisdd janisdd released this 19 Dec 13:22
· 76 commits to master since this release

0.11.1

  • fixed issue #174 - added option overwriteExceptEmpty to the pasteBehavior setting
    • it only overwrites the cell content if the paste cell is not empty

0.11.0

  • added option forceQuoteLeadingWhitespace and forceQuoteTrailingWhitespace which will quote fields when they have leading or trailing whitespace
  • fixed issue #163 by changed option retainQuoteInformation from bool to string with the options
    • none (old false), determinedByColumns (old true) and full (new default)
    • full tracks the quote information for every cell individually (disabled until physical and visual indices are working)
  • fixed issue where hiding comment rows hides the wrong rows
    • happened when data was sorted and then rows were removed