File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222function [poi_files , missing_poi_files ] = get_poi_paths()
2323
24- poi_files = {fullfile(fileparts(which(' add_poi_path ' )), ' poi_library/poi-3.8-20120326.jar' )
25- fullfile(fileparts(which(' add_poi_path ' )), ' poi_library/poi-ooxml-3.8-20120326.jar' )
26- fullfile(fileparts(which(' add_poi_path ' )), ' poi_library/poi-ooxml-schemas-3.8-20120326.jar' )
27- fullfile(fileparts(which(' add_poi_path ' )), ' poi_library/xmlbeans-2.3.0.jar' )
28- fullfile(fileparts(which(' add_poi_path ' )), ' poi_library/dom4j-1.6.1.jar' )
29- fullfile(fileparts(which(' add_poi_path ' )), ' poi_library/stax-api-1.0.1.jar' )};
24+ poi_files = {fullfile(fileparts(which(' get_poi_paths ' )), ' poi_library/poi-3.8-20120326.jar' )
25+ fullfile(fileparts(which(' get_poi_paths ' )), ' poi_library/poi-ooxml-3.8-20120326.jar' )
26+ fullfile(fileparts(which(' get_poi_paths ' )), ' poi_library/poi-ooxml-schemas-3.8-20120326.jar' )
27+ fullfile(fileparts(which(' get_poi_paths ' )), ' poi_library/xmlbeans-2.3.0.jar' )
28+ fullfile(fileparts(which(' get_poi_paths ' )), ' poi_library/dom4j-1.6.1.jar' )
29+ fullfile(fileparts(which(' get_poi_paths ' )), ' poi_library/stax-api-1.0.1.jar' )};
3030
3131 missing_poi_files = poi_files(~ismember(poi_files , javaclasspath(' -static' )));
3232
You can’t perform that action at this time.
0 commit comments