Skip to content

Commit

Permalink
version 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Apr 15, 2024
1 parent 1e01087 commit 2b4cb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ enum TableHeader implements TableHeaderColumn {
Извлекаем данные в описанном формате, например, из Excel файла через Stream API
```java
@org.springframework.beans.factory.annotation.Autowired
ReportPageFactory reportPageFactory;
ReportPageFactory reportPageFactory;

Workbook book = new XSSFWorkbook(xlsFileinputStream); // открываем Excel файл
Sheet sheet = book.getSheetAt(0); // используем 1-ый лист Excel файла для поиска таблицы
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.spacious-team</groupId>
<artifactId>table-wrapper-spring-boot-starter</artifactId>
<version>2023.1</version>
<version>2024.1</version>
<packaging>jar</packaging>

<name>Spring Boot Starter for Table Wrapper</name>
Expand Down

0 comments on commit 2b4cb14

Please sign in to comment.