Skip to content

Commit 670798b

Browse files
committed
Excel 파일을 읽을 수 있는 책임 분리
Excel 파일을 읽어 Workbook으로 반환할 수 있는 ExcelResource를 추가했다. ExcelREsource는 interface로써 여러 구현체를 갖을 수 있다. 기본 구현체는 ResourcesExcelResource며, 이는 resources에 file을 읽는다.
1 parent 0023c88 commit 670798b

36 files changed

+80
-822
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.gradle
2+
.idea
3+
/build
Binary file not shown.
Binary file not shown.
-1 Bytes
Binary file not shown.
-17 Bytes
Binary file not shown.
-19.5 KB
Binary file not shown.
-17 Bytes
Binary file not shown.

.gradle/5.2.1/gc.properties

Whitespace-only changes.
-7.69 MB
Binary file not shown.
-17 Bytes
Binary file not shown.
-20.3 KB
Binary file not shown.
-17 Bytes
Binary file not shown.

.gradle/buildOutputCleanup/cache.properties

-2
This file was deleted.
-18.6 KB
Binary file not shown.

.gradle/vcs-1/gc.properties

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

build/reports/tests/test/classes/io.excel.object.mapper.ExcelReaderTest.html

-101
This file was deleted.

build/reports/tests/test/css/base-style.css

-179
This file was deleted.

build/reports/tests/test/css/style.css

-84
This file was deleted.

0 commit comments

Comments
 (0)