blob: 0a69847dcbf82c97fd437008fd8110774c23334f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
classes
workbook.xls
bak
build.number
*.el
scripts
untitled1.jpx
*.log
forrest.properties
compile-lib/
ooxml-lib/
ooxml-testlib/
# Eclipse
/bin
.settings
# Tests
junit*.properties
TEST-org.apache.poi*.xml
# IntelliJ
/out/
/*/out/
.idea
*.iml
*.iws
*.ipr
# Gradle
.gradle
# Ant
.ant-targets-build.xml
/build/
/*/build/
dist
lib/
# Compiled module-info class-files
/poi*/src/*/java9/*.class
|