Added ne xlsx file
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
165dee5bd2
commit
7a62c8d7d8
@ -15,7 +15,7 @@ public class FileReaderTest {
|
||||
final FileReader r = new FileReader(inputStream);
|
||||
final FileData d = r.read();
|
||||
assertTrue(d.getRows().next().getCell(0).toString().equals("1.0"));
|
||||
assertTrue(d.getKeys().size() == 22);
|
||||
assertTrue(d.getKeys().size() == 24);
|
||||
assertTrue(d != null);
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user