Example #1
0
 static {
   xmf = new XmlFieldFactory();
   xmf.setGetterCache(true);
 }
Example #2
0
 /**
  * Read a fods office document from an input stream.
  *
  * @param is
  * @return the workbook
  * @throws XmlFieldParsingException
  */
 public static Workbook read(InputStream is) throws XmlFieldParsingException {
   return xmf.getXmlField().xmlToObject(is, Workbook.class);
 }