|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.tasks.ExcelSavvyLineSplitter
public class ExcelSavvyLineSplitter
The all too commonly used line splitting logic for handling data exported from Excel or OpenOffice in .CSV format.
| Constructor Summary | |
|---|---|
ExcelSavvyLineSplitter()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
split(java.lang.String str)
Splits a line from a .CSV file exported from Excel into the expect original text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcelSavvyLineSplitter()
| Method Detail |
|---|
public static java.lang.String[] split(java.lang.String str)
Splits a line from a .CSV file exported from Excel into the expect original text.
+1 practical
str -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||