View | Details | Raw Unified | Return to bug 55731
Collapse All | Expand All

(-)a/src/java/org/apache/poi/ss/usermodel/DataFormatter.java (-1 / +2 lines)
Lines 583-588 public class DataFormatter { Link Here
583
                        }
583
                        }
584
                        // Remove the character too
584
                        // Remove the character too
585
                        sb.deleteCharAt(i);
585
                        sb.deleteCharAt(i);
586
                        i--;
586
                    }
587
                    }
587
                }
588
                }
588
            }
589
            }
Lines 606-611 public class DataFormatter { Link Here
606
                    }
607
                    }
607
                    // Remove the _ too
608
                    // Remove the _ too
608
                    sb.deleteCharAt(i);
609
                    sb.deleteCharAt(i);
610
                    i--;
609
                }
611
                }
610
            }
612
            }
611
        }
613
        }
612
- 

Return to bug 55731