949596979899100101102103104
*/ MinicalcDecoder(String name, String[] worksheetNames, String password) throws IOException { super(name, password); fmt = new Format(); this.password = password; this.worksheetNames = worksheetNames; try {
723724725726727728729
* Return the Format object describing the active cell formatting. * * @return The Format object describing the active cell formatting. */ public Format getCellFormat() { return new Format(fmt); }
79808182838485
* @throws IOException If any I/O error occurs. */ PocketExcelDecoder(String name, String[] worksheetNames, String password) throws IOException { super(name, password); fmt = new Format(); }
403404405406407408409
102103104105106107108109110111112
731732733734735736737
87888990919293
411412413414415416417