embulk-parser-poi_excel 0.1.7 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -6
- data/build.gradle +16 -8
- data/classpath/{commons-codec-1.9.jar → commons-codec-1.10.jar} +0 -0
- data/classpath/commons-collections4-4.1.jar +0 -0
- data/classpath/curvesapi-1.04.jar +0 -0
- data/classpath/embulk-parser-poi_excel-0.1.10.jar +0 -0
- data/classpath/poi-3.17.jar +0 -0
- data/classpath/poi-ooxml-3.17.jar +0 -0
- data/classpath/{poi-ooxml-schemas-3.13.jar → poi-ooxml-schemas-3.17.jar} +0 -0
- data/src/main/java/org/embulk/parser/poi_excel/PoiExcelParserPlugin.java +6 -1
- data/src/main/java/org/embulk/parser/poi_excel/bean/PoiExcelColumnBean.java +51 -6
- data/src/main/java/org/embulk/parser/poi_excel/bean/PoiExcelColumnIndex.java +74 -39
- data/src/main/java/org/embulk/parser/poi_excel/bean/util/PoiExcelCellAddress.java +50 -0
- data/src/main/java/org/embulk/parser/poi_excel/visitor/PoiExcelCellFontVisitor.java +0 -6
- data/src/main/java/org/embulk/parser/poi_excel/visitor/PoiExcelCellStyleVisitor.java +11 -11
- data/src/main/java/org/embulk/parser/poi_excel/visitor/PoiExcelCellTypeVisitor.java +24 -10
- data/src/main/java/org/embulk/parser/poi_excel/visitor/PoiExcelCellValueVisitor.java +74 -44
- data/src/main/java/org/embulk/parser/poi_excel/visitor/PoiExcelClientAnchorVisitor.java +1 -1
- data/src/main/java/org/embulk/parser/poi_excel/visitor/PoiExcelColumnVisitor.java +45 -9
- data/src/main/java/org/embulk/parser/poi_excel/visitor/embulk/BooleanCellVisitor.java +5 -0
- data/src/main/java/org/embulk/parser/poi_excel/visitor/embulk/CellVisitor.java +3 -0
- data/src/main/java/org/embulk/parser/poi_excel/visitor/embulk/DoubleCellVisitor.java +5 -0
- data/src/main/java/org/embulk/parser/poi_excel/visitor/embulk/LongCellVisitor.java +5 -0
- data/src/main/java/org/embulk/parser/poi_excel/visitor/embulk/StringCellVisitor.java +5 -0
- data/src/main/java/org/embulk/parser/poi_excel/visitor/embulk/TimestampCellVisitor.java +5 -0
- data/src/main/java/org/embulk/parser/poi_excel/visitor/util/MergedRegionMap.java +51 -0
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin.java +1 -51
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_cellAddress.java +69 -0
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_cellComment.java +1 -1
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_cellError.java +1 -1
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_cellFont.java +1 -1
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_cellStyle.java +14 -14
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_cellType.java +15 -14
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_columnNumber.java +1 -1
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_constant.java +1 -1
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_convertError.java +1 -1
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_formula.java +1 -1
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_mergedCell.java +89 -0
- data/src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_sheets.java +1 -1
- metadata +23 -17
- data/classpath/embulk-parser-poi_excel-0.1.7.jar +0 -0
- data/classpath/poi-3.13.jar +0 -0
- data/classpath/poi-ooxml-3.13.jar +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
package org.embulk.parser.poi_excel;
|
2
2
|
|
3
3
|
import static org.hamcrest.CoreMatchers.is;
|
4
|
-
import static org.
|
4
|
+
import static org.hamcrest.MatcherAssert.assertThat;
|
5
5
|
import static org.junit.Assert.fail;
|
6
6
|
|
7
7
|
import java.net.URL;
|
@@ -9,7 +9,7 @@ import java.text.ParseException;
|
|
9
9
|
import java.util.Arrays;
|
10
10
|
import java.util.List;
|
11
11
|
|
12
|
-
import org.apache.poi.ss.usermodel.
|
12
|
+
import org.apache.poi.ss.usermodel.BorderStyle;
|
13
13
|
import org.embulk.parser.EmbulkPluginTester;
|
14
14
|
import org.embulk.parser.EmbulkTestOutputPlugin.OutputRecord;
|
15
15
|
import org.embulk.parser.EmbulkTestParserConfig;
|
@@ -44,11 +44,11 @@ public class TestPoiExcelParserPlugin_cellStyle {
|
|
44
44
|
List<OutputRecord> result = tester.runParser(inFile, parser);
|
45
45
|
|
46
46
|
assertThat(result.size(), is(5));
|
47
|
-
check1(result, 0, "red", 255, 0, 0, "top",
|
47
|
+
check1(result, 0, "red", 255, 0, 0, "top", BorderStyle.THIN.getCode(), 0, 0, 0);
|
48
48
|
check1(result, 1, "green", 0, 128, 0, null, 0, 0, 0, 0);
|
49
|
-
check1(result, 2, "blue", 0, 0, 255, "left", 0, 0,
|
50
|
-
check1(result, 3, "white", 255, 255, 255, "right", 0, 0, 0,
|
51
|
-
check1(result, 4, "black", 0, 0, 0, "bottom", 0,
|
49
|
+
check1(result, 2, "blue", 0, 0, 255, "left", 0, 0, BorderStyle.THIN.getCode(), 0);
|
50
|
+
check1(result, 3, "white", 255, 255, 255, "right", 0, 0, 0, BorderStyle.THIN.getCode());
|
51
|
+
check1(result, 4, "black", 0, 0, 0, "bottom", 0, BorderStyle.MEDIUM.getCode(), 0, 0);
|
52
52
|
}
|
53
53
|
}
|
54
54
|
|
@@ -81,11 +81,11 @@ public class TestPoiExcelParserPlugin_cellStyle {
|
|
81
81
|
List<OutputRecord> result = tester.runParser(inFile, parser);
|
82
82
|
|
83
83
|
assertThat(result.size(), is(5));
|
84
|
-
check2(result, 0, "red", 255, 0, 0, "top",
|
84
|
+
check2(result, 0, "red", 255, 0, 0, "top", BorderStyle.THIN.getCode(), 0, 0, 0);
|
85
85
|
check2(result, 1, "green", 0, 128, 0, null, 0, 0, 0, 0);
|
86
|
-
check2(result, 2, "blue", 0, 0, 255, "left", 0, 0,
|
87
|
-
check2(result, 3, "white", 255, 255, 255, "right", 0, 0, 0,
|
88
|
-
check2(result, 4, "black", 0, 0, 0, "bottom", 0,
|
86
|
+
check2(result, 2, "blue", 0, 0, 255, "left", 0, 0, BorderStyle.THIN.getCode(), 0);
|
87
|
+
check2(result, 3, "white", 255, 255, 255, "right", 0, 0, 0, BorderStyle.THIN.getCode());
|
88
|
+
check2(result, 4, "black", 0, 0, 0, "bottom", 0, BorderStyle.MEDIUM.getCode(), 0, 0);
|
89
89
|
}
|
90
90
|
}
|
91
91
|
|
@@ -130,11 +130,11 @@ public class TestPoiExcelParserPlugin_cellStyle {
|
|
130
130
|
List<OutputRecord> result = tester.runParser(inFile, parser);
|
131
131
|
|
132
132
|
assertThat(result.size(), is(5));
|
133
|
-
check2(result, 0, "red", 255, 0, 0, "top",
|
133
|
+
check2(result, 0, "red", 255, 0, 0, "top", BorderStyle.THIN.getCode(), 0, 0, 0);
|
134
134
|
check2(result, 1, "green", 0, 128, 0, null, 0, 0, 0, 0);
|
135
|
-
check2(result, 2, "blue", 0, 0, 255, "left", 0, 0,
|
136
|
-
check2(result, 3, "white", 255, 255, 255, "right", 0, 0, 0,
|
137
|
-
check2(result, 4, "black", 0, 0, 0, "bottom", 0,
|
135
|
+
check2(result, 2, "blue", 0, 0, 255, "left", 0, 0, BorderStyle.THIN.getCode(), 0);
|
136
|
+
check2(result, 3, "white", 255, 255, 255, "right", 0, 0, 0, BorderStyle.THIN.getCode());
|
137
|
+
check2(result, 4, "black", 0, 0, 0, "bottom", 0, BorderStyle.MEDIUM.getCode(), 0, 0);
|
138
138
|
}
|
139
139
|
}
|
140
140
|
}
|
@@ -1,14 +1,14 @@
|
|
1
1
|
package org.embulk.parser.poi_excel;
|
2
2
|
|
3
3
|
import static org.hamcrest.CoreMatchers.is;
|
4
|
-
import static org.
|
4
|
+
import static org.hamcrest.MatcherAssert.assertThat;
|
5
5
|
|
6
6
|
import java.net.URL;
|
7
7
|
import java.text.ParseException;
|
8
8
|
import java.util.Arrays;
|
9
9
|
import java.util.List;
|
10
10
|
|
11
|
-
import org.apache.poi.ss.usermodel.
|
11
|
+
import org.apache.poi.ss.usermodel.CellType;
|
12
12
|
import org.embulk.parser.EmbulkPluginTester;
|
13
13
|
import org.embulk.parser.EmbulkTestOutputPlugin.OutputRecord;
|
14
14
|
import org.embulk.parser.EmbulkTestParserConfig;
|
@@ -38,11 +38,11 @@ public class TestPoiExcelParserPlugin_cellType {
|
|
38
38
|
List<OutputRecord> result = tester.runParser(inFile, parser);
|
39
39
|
|
40
40
|
assertThat(result.size(), is(5));
|
41
|
-
check1(result, 0,
|
42
|
-
check1(result, 1,
|
43
|
-
check1(result, 2,
|
44
|
-
check1(result, 3,
|
45
|
-
check1(result, 4,
|
41
|
+
check1(result, 0, CellType.NUMERIC, "NUMERIC");
|
42
|
+
check1(result, 1, CellType.STRING, "STRING");
|
43
|
+
check1(result, 2, CellType.FORMULA, "FORMULA");
|
44
|
+
check1(result, 3, CellType.BOOLEAN, "BOOLEAN");
|
45
|
+
check1(result, 4, CellType.FORMULA, "FORMULA");
|
46
46
|
}
|
47
47
|
}
|
48
48
|
|
@@ -61,18 +61,19 @@ public class TestPoiExcelParserPlugin_cellType {
|
|
61
61
|
List<OutputRecord> result = tester.runParser(inFile, parser);
|
62
62
|
|
63
63
|
assertThat(result.size(), is(5));
|
64
|
-
check1(result, 0,
|
65
|
-
check1(result, 1,
|
66
|
-
check1(result, 2,
|
67
|
-
check1(result, 3,
|
68
|
-
check1(result, 4,
|
64
|
+
check1(result, 0, CellType.NUMERIC, "NUMERIC");
|
65
|
+
check1(result, 1, CellType.STRING, "STRING");
|
66
|
+
check1(result, 2, CellType.BOOLEAN, "BOOLEAN");
|
67
|
+
check1(result, 3, CellType.BOOLEAN, "BOOLEAN");
|
68
|
+
check1(result, 4, CellType.ERROR, "ERROR");
|
69
69
|
}
|
70
70
|
}
|
71
71
|
|
72
|
-
|
72
|
+
@SuppressWarnings("deprecation")
|
73
|
+
private void check1(List<OutputRecord> result, int index, CellType cellType, String s) throws ParseException {
|
73
74
|
OutputRecord r = result.get(index);
|
74
75
|
// System.out.println(r);
|
75
|
-
assertThat(r.getAsLong("long"), is(
|
76
|
+
assertThat(r.getAsLong("long"), is((long) cellType.getCode()));
|
76
77
|
assertThat(r.getAsString("string"), is(s));
|
77
78
|
}
|
78
79
|
}
|
@@ -2,7 +2,7 @@ package org.embulk.parser.poi_excel;
|
|
2
2
|
|
3
3
|
import static org.hamcrest.CoreMatchers.is;
|
4
4
|
import static org.hamcrest.CoreMatchers.nullValue;
|
5
|
-
import static org.
|
5
|
+
import static org.hamcrest.MatcherAssert.assertThat;
|
6
6
|
|
7
7
|
import java.net.URL;
|
8
8
|
import java.text.ParseException;
|
@@ -2,7 +2,7 @@ package org.embulk.parser.poi_excel;
|
|
2
2
|
|
3
3
|
import static org.hamcrest.CoreMatchers.is;
|
4
4
|
import static org.hamcrest.CoreMatchers.nullValue;
|
5
|
-
import static org.
|
5
|
+
import static org.hamcrest.MatcherAssert.assertThat;
|
6
6
|
|
7
7
|
import java.net.URL;
|
8
8
|
import java.text.ParseException;
|
@@ -2,7 +2,7 @@ package org.embulk.parser.poi_excel;
|
|
2
2
|
|
3
3
|
import static org.hamcrest.CoreMatchers.is;
|
4
4
|
import static org.hamcrest.CoreMatchers.nullValue;
|
5
|
-
import static org.
|
5
|
+
import static org.hamcrest.MatcherAssert.assertThat;
|
6
6
|
import static org.junit.Assert.fail;
|
7
7
|
|
8
8
|
import java.net.URL;
|
@@ -0,0 +1,89 @@
|
|
1
|
+
package org.embulk.parser.poi_excel;
|
2
|
+
|
3
|
+
import static org.hamcrest.CoreMatchers.is;
|
4
|
+
import static org.hamcrest.MatcherAssert.assertThat;
|
5
|
+
|
6
|
+
import java.net.URL;
|
7
|
+
import java.text.ParseException;
|
8
|
+
import java.util.List;
|
9
|
+
|
10
|
+
import org.embulk.parser.EmbulkPluginTester;
|
11
|
+
import org.embulk.parser.EmbulkTestOutputPlugin.OutputRecord;
|
12
|
+
import org.embulk.parser.EmbulkTestParserConfig;
|
13
|
+
import org.junit.experimental.theories.DataPoints;
|
14
|
+
import org.junit.experimental.theories.Theories;
|
15
|
+
import org.junit.experimental.theories.Theory;
|
16
|
+
import org.junit.runner.RunWith;
|
17
|
+
|
18
|
+
@RunWith(Theories.class)
|
19
|
+
public class TestPoiExcelParserPlugin_mergedCell {
|
20
|
+
|
21
|
+
@DataPoints
|
22
|
+
public static String[] FILES = { "test1.xls", "test2.xlsx" };
|
23
|
+
|
24
|
+
@Theory
|
25
|
+
public void testSearchMergedCell_default(String excelFile) throws ParseException {
|
26
|
+
test(excelFile, null, true);
|
27
|
+
}
|
28
|
+
|
29
|
+
@Theory
|
30
|
+
public void testSearchMergedCell_true(String excelFile) throws ParseException {
|
31
|
+
// compatibility ver 0.1.7
|
32
|
+
test(excelFile, true, true);
|
33
|
+
}
|
34
|
+
|
35
|
+
@Theory
|
36
|
+
public void testSearchMergedCell_false(String excelFile) throws ParseException {
|
37
|
+
// compatibility ver 0.1.7
|
38
|
+
test(excelFile, false, false);
|
39
|
+
}
|
40
|
+
|
41
|
+
@Theory
|
42
|
+
public void testSearchMergedCell_none(String excelFile) throws ParseException {
|
43
|
+
test(excelFile, "none", false);
|
44
|
+
}
|
45
|
+
|
46
|
+
@Theory
|
47
|
+
public void testSearchMergedCell_linear(String excelFile) throws ParseException {
|
48
|
+
test(excelFile, "linear_search", true);
|
49
|
+
}
|
50
|
+
|
51
|
+
@Theory
|
52
|
+
public void testSearchMergedCell_tree(String excelFile) throws ParseException {
|
53
|
+
test(excelFile, "tree_search", true);
|
54
|
+
}
|
55
|
+
|
56
|
+
private void test(String excelFile, Object arg, boolean search) {
|
57
|
+
try (EmbulkPluginTester tester = new EmbulkPluginTester()) {
|
58
|
+
tester.addParserPlugin(PoiExcelParserPlugin.TYPE, PoiExcelParserPlugin.class);
|
59
|
+
|
60
|
+
EmbulkTestParserConfig parser = tester.newParserConfig(PoiExcelParserPlugin.TYPE);
|
61
|
+
parser.set("sheet", "merged_cell");
|
62
|
+
if (arg != null) {
|
63
|
+
parser.set("search_merged_cell", arg);
|
64
|
+
}
|
65
|
+
parser.addColumn("a", "string");
|
66
|
+
parser.addColumn("b", "string");
|
67
|
+
|
68
|
+
URL inFile = getClass().getResource(excelFile);
|
69
|
+
List<OutputRecord> result = tester.runParser(inFile, parser);
|
70
|
+
|
71
|
+
assertThat(result.size(), is(4));
|
72
|
+
if (search) {
|
73
|
+
check6(result, 0, "test3-a1", "test3-a1");
|
74
|
+
} else {
|
75
|
+
check6(result, 0, "test3-a1", null);
|
76
|
+
}
|
77
|
+
check6(result, 1, "data", "0");
|
78
|
+
check6(result, 2, null, null);
|
79
|
+
check6(result, 3, null, null);
|
80
|
+
}
|
81
|
+
}
|
82
|
+
|
83
|
+
private void check6(List<OutputRecord> result, int index, String a, String b) {
|
84
|
+
OutputRecord r = result.get(index);
|
85
|
+
// System.out.println(r);
|
86
|
+
assertThat(r.getAsString("a"), is(a));
|
87
|
+
assertThat(r.getAsString("b"), is(b));
|
88
|
+
}
|
89
|
+
}
|
metadata
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-parser-poi_excel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hishidama
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - ~>
|
16
|
+
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
18
|
version: '1.0'
|
19
19
|
name: bundler
|
@@ -21,13 +21,13 @@ dependencies:
|
|
21
21
|
type: :development
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
|
-
- -
|
30
|
+
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: '10.0'
|
33
33
|
name: rake
|
@@ -35,7 +35,7 @@ dependencies:
|
|
35
35
|
type: :development
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
41
|
description: Parses Excel files(xls, xlsx) read by other file input plugins.
|
@@ -45,10 +45,19 @@ executables: []
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
-
- .gitignore
|
48
|
+
- ".gitignore"
|
49
49
|
- LICENSE.txt
|
50
50
|
- README.md
|
51
51
|
- build.gradle
|
52
|
+
- classpath/commons-codec-1.10.jar
|
53
|
+
- classpath/commons-collections4-4.1.jar
|
54
|
+
- classpath/curvesapi-1.04.jar
|
55
|
+
- classpath/embulk-parser-poi_excel-0.1.10.jar
|
56
|
+
- classpath/embulk-standards-0.7.5.jar
|
57
|
+
- classpath/poi-3.17.jar
|
58
|
+
- classpath/poi-ooxml-3.17.jar
|
59
|
+
- classpath/poi-ooxml-schemas-3.17.jar
|
60
|
+
- classpath/xmlbeans-2.6.0.jar
|
52
61
|
- gradle/wrapper/gradle-wrapper.jar
|
53
62
|
- gradle/wrapper/gradle-wrapper.properties
|
54
63
|
- gradlew
|
@@ -60,6 +69,7 @@ files:
|
|
60
69
|
- src/main/java/org/embulk/parser/poi_excel/bean/PoiExcelColumnBean.java
|
61
70
|
- src/main/java/org/embulk/parser/poi_excel/bean/PoiExcelColumnIndex.java
|
62
71
|
- src/main/java/org/embulk/parser/poi_excel/bean/PoiExcelSheetBean.java
|
72
|
+
- src/main/java/org/embulk/parser/poi_excel/bean/util/PoiExcelCellAddress.java
|
63
73
|
- src/main/java/org/embulk/parser/poi_excel/visitor/AbstractPoiExcelCellAttributeVisitor.java
|
64
74
|
- src/main/java/org/embulk/parser/poi_excel/visitor/PoiExcelCellCommentVisitor.java
|
65
75
|
- src/main/java/org/embulk/parser/poi_excel/visitor/PoiExcelCellFontVisitor.java
|
@@ -77,11 +87,13 @@ files:
|
|
77
87
|
- src/main/java/org/embulk/parser/poi_excel/visitor/embulk/LongCellVisitor.java
|
78
88
|
- src/main/java/org/embulk/parser/poi_excel/visitor/embulk/StringCellVisitor.java
|
79
89
|
- src/main/java/org/embulk/parser/poi_excel/visitor/embulk/TimestampCellVisitor.java
|
90
|
+
- src/main/java/org/embulk/parser/poi_excel/visitor/util/MergedRegionMap.java
|
80
91
|
- src/test/java/org/embulk/parser/EmbulkPluginTester.java
|
81
92
|
- src/test/java/org/embulk/parser/EmbulkTestFileInputPlugin.java
|
82
93
|
- src/test/java/org/embulk/parser/EmbulkTestOutputPlugin.java
|
83
94
|
- src/test/java/org/embulk/parser/EmbulkTestParserConfig.java
|
84
95
|
- src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin.java
|
96
|
+
- src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_cellAddress.java
|
85
97
|
- src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_cellComment.java
|
86
98
|
- src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_cellError.java
|
87
99
|
- src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_cellFont.java
|
@@ -91,16 +103,10 @@ files:
|
|
91
103
|
- src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_constant.java
|
92
104
|
- src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_convertError.java
|
93
105
|
- src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_formula.java
|
106
|
+
- src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_mergedCell.java
|
94
107
|
- src/test/java/org/embulk/parser/poi_excel/TestPoiExcelParserPlugin_sheets.java
|
95
108
|
- src/test/resources/org/embulk/parser/poi_excel/test1.xls
|
96
109
|
- src/test/resources/org/embulk/parser/poi_excel/test2.xlsx
|
97
|
-
- classpath/commons-codec-1.9.jar
|
98
|
-
- classpath/embulk-parser-poi_excel-0.1.7.jar
|
99
|
-
- classpath/embulk-standards-0.7.5.jar
|
100
|
-
- classpath/poi-3.13.jar
|
101
|
-
- classpath/poi-ooxml-3.13.jar
|
102
|
-
- classpath/poi-ooxml-schemas-3.13.jar
|
103
|
-
- classpath/xmlbeans-2.6.0.jar
|
104
110
|
homepage: https://github.com/hishidama/embulk-parser-poi_excel
|
105
111
|
licenses:
|
106
112
|
- MIT
|
@@ -111,17 +117,17 @@ require_paths:
|
|
111
117
|
- lib
|
112
118
|
required_ruby_version: !ruby/object:Gem::Requirement
|
113
119
|
requirements:
|
114
|
-
- -
|
120
|
+
- - ">="
|
115
121
|
- !ruby/object:Gem::Version
|
116
122
|
version: '0'
|
117
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
118
124
|
requirements:
|
119
|
-
- -
|
125
|
+
- - ">="
|
120
126
|
- !ruby/object:Gem::Version
|
121
127
|
version: '0'
|
122
128
|
requirements: []
|
123
129
|
rubyforge_project:
|
124
|
-
rubygems_version: 2.
|
130
|
+
rubygems_version: 2.6.8
|
125
131
|
signing_key:
|
126
132
|
specification_version: 4
|
127
133
|
summary: Apache POI Excel parser plugin for Embulk
|
Binary file
|
data/classpath/poi-3.13.jar
DELETED
Binary file
|
Binary file
|