org.omnaest.i18nbinder.internal
Class XLSFile
java.lang.Object
org.omnaest.i18nbinder.internal.XLSFile
- All Implemented Interfaces:
- Serializable
public class XLSFile
- extends Object
- implements Serializable
Simple representation of an XLS file of Microsoft Excel.
- Author:
- Omnaest
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
protected File file
XLSFile
public XLSFile()
- Creates a unlinked instance. The underlying file has to be set before invoking
load() or
store() methods.
- See Also:
setFile(File)
XLSFile
public XLSFile(File file)
- Parameters:
file -
load
public void load()
- Loads the data from the disk into this object.
store
public void store()
- Stores the data from the object onto disk.
isXLSFile
public static boolean isXLSFile(File file)
getTableRowList
public List<XLSFile.TableRow> getTableRowList()
getFile
public File getFile()
setFile
public void setFile(File file)
clear
public void clear()
Copyright © 2012. All Rights Reserved.