Skip to content

Commit

Permalink
Update apache poi / ooxml jars to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeming committed Jul 23, 2012
1 parent 10d7ccb commit b9fb89c
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 6 deletions.
Binary file removed lib/ooxml-lib/geronimo-stax-api_1.0_spec-1.0.jar
Binary file not shown.
Binary file added lib/ooxml-lib/stax-api-1.0.1.jar
Binary file not shown.
Binary file removed lib/poi-3.7-20101029.jar
Binary file not shown.
Binary file added lib/poi-3.8-20120326.jar
Binary file not shown.
Binary file not shown.
Binary file added lib/poi-excelant-3.8-20120326.jar
Binary file not shown.
Binary file removed lib/poi-ooxml-3.7-20101029.jar
Binary file not shown.
Binary file added lib/poi-ooxml-3.8-20120326.jar
Binary file not shown.
Binary file not shown.
Binary file removed lib/poi-scratchpad-3.7-20101029.jar
Binary file not shown.
Binary file added lib/poi-scratchpad-3.8-20120326.jar
Binary file not shown.
11 changes: 5 additions & 6 deletions lib/poi.rb
Expand Up @@ -2,14 +2,13 @@

# Java
require 'java'
require File.join(JRUBY_POI_LIB_PATH, 'poi-3.7-20101029.jar')
require File.join(JRUBY_POI_LIB_PATH, 'poi-ooxml-3.7-20101029.jar')
require File.join(JRUBY_POI_LIB_PATH, 'poi-ooxml-schemas-3.7-20101029.jar')
require File.join(JRUBY_POI_LIB_PATH, 'poi-scratchpad-3.7-20101029.jar')
require File.join(JRUBY_POI_LIB_PATH, 'poi-3.8-20120326.jar')
require File.join(JRUBY_POI_LIB_PATH, 'poi-ooxml-3.8-20120326.jar')
require File.join(JRUBY_POI_LIB_PATH, 'poi-ooxml-schemas-3.8-20120326.jar')
require File.join(JRUBY_POI_LIB_PATH, 'poi-scratchpad-3.8-20120326.jar')
require File.join(JRUBY_POI_LIB_PATH, 'ooxml-lib', 'xmlbeans-2.3.0.jar')
require File.join(JRUBY_POI_LIB_PATH, 'ooxml-lib', 'dom4j-1.6.1.jar')
require File.join(JRUBY_POI_LIB_PATH, 'ooxml-lib', 'geronimo-stax-api_1.0_spec-1.0.jar')

require File.join(JRUBY_POI_LIB_PATH, 'ooxml-lib', 'stax-api-1.0.1.jar')

# Ruby
require File.join(JRUBY_POI_LIB_PATH, 'poi', 'workbook')

0 comments on commit b9fb89c

Please sign in to comment.