org.subtlelib.poi.api.totals.ColumnTotalsDataRangeSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of poi.builder Show documentation
Show all versions of poi.builder Show documentation
Convenience library for apache poi-based xls documents creation
The newest version!
package org.subtlelib.poi.api.totals;
/**
* Created on 28/03/13
* @author d.serdiuk
*/
public interface ColumnTotalsDataRangeSource {
ColumnTotalsDataRange startColumnTotalsDataRangeFromNextRow();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy