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

com.moon.poi.excel.ProxyCommentModel Maven / Gradle / Ivy

package com.moon.poi.excel;

import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.Comment;
import org.apache.poi.ss.usermodel.Sheet;

/**
 * 注释代理
 *
 * @author moonsky
 */
class ProxyCommentModel extends ProxyModel {

    public ProxyCommentModel() { super(false); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy