
Class ExcelDataProvider
java.lang.Object
org.hl7.fhir.r5.testfactory.dataprovider.TableDataProvider
org.hl7.fhir.r5.testfactory.dataprovider.ExcelDataProvider
-
Constructor Summary
ConstructorsConstructorDescriptionExcelDataProvider
(String filename) ExcelDataProvider
(String filename, String sheetName, String range, Locale locale) Constructs an ExcelTableDataProvider. -
Method Summary
Methods inherited from class org.hl7.fhir.r5.testfactory.dataprovider.TableDataProvider
forFile
-
Constructor Details
-
ExcelDataProvider
public ExcelDataProvider(String filename, String sheetName, String range, Locale locale) throws IOException, org.apache.poi.openxml4j.exceptions.InvalidFormatException Constructs an ExcelTableDataProvider.- Parameters:
filename
- The path to the Excel file.sheetName
- The name of the sheet to read.sheetName
- The range of the sheet to read.- Throws:
IOException
- If an I/O error occurs.org.apache.poi.openxml4j.exceptions.InvalidFormatException
- If the file format is invalid.
-
ExcelDataProvider
public ExcelDataProvider(String filename) throws org.apache.poi.openxml4j.exceptions.InvalidFormatException, IOException - Throws:
org.apache.poi.openxml4j.exceptions.InvalidFormatException
IOException
-
-
Method Details
-
columns
- Specified by:
columns
in classTableDataProvider
-
nextRow
- Specified by:
nextRow
in classTableDataProvider
-
cells
- Specified by:
cells
in classTableDataProvider
-
cell
- Specified by:
cell
in classTableDataProvider
-
close
Closes the workbook and releases resources.- Throws:
IOException
- If an I/O error occurs.
-
reset
- Specified by:
reset
in classTableDataProvider
- Throws:
org.hl7.fhir.exceptions.FHIRException
-