Browse Source

compile issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894688 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
171b6883f5

+ 1
- 1
poi-examples/src/main/java/org/apache/poi/examples/xssf/eventusermodel/XLSX2CSV.java View File

@@ -255,7 +255,7 @@ public class XLSX2CSV {
minColumns = Integer.parseInt(args[1]);

// The package open is instantaneous, as it should be.
OPCPackage p = OPCPackage.open(xlsxFile.getPath(), PackageAccess.READ)
OPCPackage p = OPCPackage.open(xlsxFile.getPath(), PackageAccess.READ);
try {
XLSX2CSV xlsx2csv = new XLSX2CSV(p, System.out, minColumns);
xlsx2csv.process();

Loading…
Cancel
Save