Skip to content

Commit

Permalink
Fix reading from Excel_Range.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley committed Nov 14, 2024
1 parent a12849c commit 3bc8263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ private static <T> T withWorkbook(File file, ExcelFileFormat format, Function<Wo
}
}

private static Table readRange(
public static Table readRange(
Workbook workbook,
ExcelRange excelRange,
ExcelHeaders.HeaderBehavior headers,
Expand Down

0 comments on commit 3bc8263

Please sign in to comment.