org.databene.platform.xls
Class XLSEntitySource
java.lang.Object
org.databene.model.data.AbstractEntitySource
org.databene.model.data.FileBasedEntitySource
org.databene.platform.xls.XLSEntitySource
- All Implemented Interfaces:
- java.lang.Iterable<Entity>, org.databene.commons.context.ContextAware, org.databene.commons.TypedIterable<Entity>, EntitySource
public class XLSEntitySource
- extends FileBasedEntitySource
Implements an EntitySource that reads Entities from an Excel sheet.
Created at 27.01.2009 21:31:54
- Since:
- 0.5.7
- Author:
- Volker Bergmann
|
Method Summary |
org.databene.commons.HeavyweightIterator<Entity> |
iterator()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XLSEntitySource
public XLSEntitySource()
XLSEntitySource
public XLSEntitySource(java.lang.String uri)
XLSEntitySource
public XLSEntitySource(java.lang.String uri,
org.databene.commons.Converter<java.lang.String,?> preprocessor)
iterator
public org.databene.commons.HeavyweightIterator<Entity> iterator()
Copyright © 2011. All Rights Reserved.