Ejemplo n.º 1
0
 @Override
 public void emit(DoubleOption option) throws IOException {
   startCell();
   if (emitNull(option)) {
     return;
   }
   lineBuffer.append(option.get());
 }