Skip to content

Commit

Permalink
update link to spring boot starter
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Apr 18, 2023
1 parent bc168ed commit 84eeee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ https://codecov.io/gh/spacious-team/table-wrapper-excel-impl)
Предоставляет реализацию `Table Wrapper API` для удобного доступа к табличным данным, сохраненным в файлах формата
Microsoft Office Excel (xls) и [Office Open XML](https://ru.wikipedia.org/wiki/Office_Open_XML) (xlsx).

Если не используется Spring Boot Starter, то сначала в реестр доступных фабрик нужно зарегистрировать фабрику excel таблиц:
Если не используется [Spring Boot Starter](https://github.com/spacious-team/table-wrapper-spring-boot-starter),
то сначала в реестр доступных фабрик нужно зарегистрировать фабрику excel таблиц:
```java
TableFactoryRegistry.add(new ExcelTableFactory());
```
Expand Down

0 comments on commit 84eeee7

Please sign in to comment.