Uses of Enum
net.sf.jasperreports.data.excel.ExcelFormatEnum
Packages that use ExcelFormatEnum
Package
Description
Contains classes for Excel data adapters.
-
Uses of ExcelFormatEnum in net.sf.jasperreports.data.excel
Methods in net.sf.jasperreports.data.excel that return ExcelFormatEnumModifier and TypeMethodDescriptionstatic ExcelFormatEnumExcelDataAdapter.getFormat()ExcelDataAdapterImpl.getFormat()static ExcelFormatEnumReturns the enum constant of this type with the specified name.static ExcelFormatEnum[]ExcelFormatEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.data.excel with parameters of type ExcelFormatEnumModifier and TypeMethodDescriptionvoidExcelDataAdapter.setFormat(ExcelFormatEnum format) voidExcelDataAdapterImpl.setFormat(ExcelFormatEnum format) -
Uses of ExcelFormatEnum in net.sf.jasperreports.poi.data
Constructors in net.sf.jasperreports.poi.data with parameters of type ExcelFormatEnumModifierConstructorDescriptionExcelDataSource(File file, ExcelFormatEnum format) Creates a data source instance from an XLSX or XLS file.ExcelDataSource(InputStream is, boolean closeInputStream, ExcelFormatEnum format) Creates a data source instance from an XLSX or XLS data input stream.ExcelDataSource(InputStream is, ExcelFormatEnum format) Creates a data source instance from an XLSX or XLS data input stream.ExcelDataSource(String location, ExcelFormatEnum format) ExcelDataSource(JasperReportsContext jasperReportsContext, String location, ExcelFormatEnum format) Creates a datasource instance that reads XLSX or XLS data from a given location.ExcelDataSource(RepositoryContext context, String location, ExcelFormatEnum format) -
Uses of ExcelFormatEnum in net.sf.jasperreports.poi.query
Methods in net.sf.jasperreports.poi.query that return types with arguments of type ExcelFormatEnumModifier and TypeMethodDescriptionstatic Pair<InputStream, ExcelFormatEnum> ExcelQueryExecuter.sniffExcelFormat(InputStream inputStream)