io.vertx.tp.plugin.excel.cell.PureValue Maven / Gradle / Ivy
The newest version!
package io.vertx.tp.plugin.excel.cell;
public class PureValue implements ExValue {
@Override
@SuppressWarnings("all")
public Object to(Object value) {
return value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy