Skip to content

Commit

Permalink
Release 1.1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
kreinhard committed May 14, 2021
1 parent 5e38a99 commit a0fa215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply plugin: 'maven-publish'

group = 'de.micromata.merlin'
version = '1.1.11-SNAPSHOT'
version = '1.1.11'
}

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class ExcelCell internal constructor(
*/
@JvmOverloads
fun getValueAsString(locale: Locale = Locale.getDefault(), trimValue: Boolean = false): String? {
return PoiHelper.getValueAsString(cell, locale)
return PoiHelper.getValueAsString(cell, locale, trimValue)
}

@Suppress("unused")
Expand Down

0 comments on commit a0fa215

Please sign in to comment.