All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.swiftboot.sheet.CsvCellInfo Maven / Gradle / Ivy

There is a newer version: 2.4.7
Show newest version
package org.swiftboot.sheet;

import org.swiftboot.sheet.meta.BaseCellInfo;

/**
 * @author allen
 * @since 2.4
 */
public class CsvCellInfo extends BaseCellInfo {

    public CsvCellInfo() {
    }

    public CsvCellInfo(Object value) {
        super(value);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy