mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
patch 55731: StringBuilder logic in DataFormatter.cleanFormatForNumber
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553248 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2dd8f267d0
commit
97e6fae71e
@ -583,6 +583,7 @@ public class DataFormatter {
|
||||
}
|
||||
// Remove the character too
|
||||
sb.deleteCharAt(i);
|
||||
i--;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -606,6 +607,7 @@ public class DataFormatter {
|
||||
}
|
||||
// Remove the _ too
|
||||
sb.deleteCharAt(i);
|
||||
i--;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user