org.jxls.common.GroupData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jxls Show documentation
Show all versions of jxls Show documentation
Small library for Excel generation based on XLS templates
The newest version!
package org.jxls.common;
import java.util.Collection;
/**
* Used in collection grouping to hold group data
* @author Leonid Vysochyn
*/
public class GroupData {
private Object item;
private Collection
© 2015 - 2025 Weber Informatics LLC | Privacy Policy