-
Name
-
roo-xls
-
Version
-
1.0.0
-
Platform
-
ruby
-
Authors
-
Thomas Preymesser
Hugh McGowan
Ben Woosley
-
Bindir
-
bin
-
Date
-
2015-04-09 00:00:00 UTC
-
Dependencies
-
roo (>= 2.0.0beta1, < 3)
nokogiri (>= 0)
spreadsheet (> 0.9.0)
bundler (>= 1.7, development)
rake (>= 10.0, development)
-
Description
-
Roo can access the contents of various spreadsheet files. It can handle
* OpenOffice
* Excel
* Google spreadsheets
* Excelx
* LibreOffice
* CSV
-
Email
-
ruby.ruby.ruby.roo@gmail.com
-
Files
-
.gitignore
.rubocop.yml
.simplecov
.travis.yml
Gemfile
LICENSE.txt
README.md
Rakefile
defaults.reek
lib/roo-xls.rb
lib/roo/xls/excel.rb
lib/roo/xls/excel_2003_xml.rb
lib/roo/xls/spreadsheet_extensions.rb
lib/roo/xls/version.rb
roo-xls.gemspec
spec/lib/roo/xls/excel2003xml_spec.rb
spec/lib/roo/xls/excel_spec.rb
spec/spec_helper.rb
test/files/1900_base.xls
test/files/1904_base.xls
test/files/Bibelbund.csv
test/files/Bibelbund.xls
test/files/Bibelbund.xml
test/files/bad_excel_date.xls
test/files/bbu.xls
test/files/bbu.xml
test/files/bode-v1.xls.zip
test/files/boolean.csv
test/files/boolean.xls
test/files/boolean.xml
test/files/borders.xls
test/files/borders.xml
test/files/bug-row-column-fixnum-float.xls
test/files/bug-row-column-fixnum-float.xml
test/files/comments.xls
test/files/datetime.xls
test/files/datetime.xml
test/files/datetime_floatconv.xls
test/files/datetime_floatconv.xml
test/files/emptysheets.xls
test/files/emptysheets.xml
test/files/excel2003.xml
test/files/excel2003_namespace.xml
test/files/false_encoding.xls
test/files/false_encoding.xml
test/files/formula.xls
test/files/formula.xml
test/files/formula_parse_error.xls
test/files/formula_parse_error.xml
test/files/link.csv
test/files/link.xls
test/files/matrix.xls
test/files/named_cells.xls
test/files/numbers1.ods
test/files/numbers1.xls
test/files/numbers1.xlsx
test/files/numbers1.xml
test/files/only_one_sheet.xls
test/files/only_one_sheet.xml
test/files/paragraph.xls
test/files/paragraph.xml
test/files/prova.xls
test/files/simple_spreadsheet.xls
test/files/simple_spreadsheet.xml
test/files/simple_spreadsheet_from_italo.xls
test/files/simple_spreadsheet_from_italo.xml
test/files/so_datetime.csv
test/files/style.xls
test/files/style.xml
test/files/time-test.csv
test/files/time-test.xls
test/files/time-test.xml
test/files/type_excel.ods
test/files/type_excel.xlsx
test/files/type_excelx.xls
test/files/type_openoffice.xls
test/files/whitespace.xls
test/files/whitespace.xml
test/rm_test.rb
test/test_excel_2003_xml.rb
test/test_helper.rb
test/test_roo_excel.rb
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.4.6
-
Specification version
-
4
-
Summary
-
Roo::Excel can access the contents of classic xls files.
-
Test files
-
spec/lib/roo/xls/excel2003xml_spec.rb
spec/lib/roo/xls/excel_spec.rb
spec/spec_helper.rb
test/files/1900_base.xls
test/files/1904_base.xls
test/files/Bibelbund.csv
test/files/Bibelbund.xls
test/files/Bibelbund.xml
test/files/bad_excel_date.xls
test/files/bbu.xls
test/files/bbu.xml
test/files/bode-v1.xls.zip
test/files/boolean.csv
test/files/boolean.xls
test/files/boolean.xml
test/files/borders.xls
test/files/borders.xml
test/files/bug-row-column-fixnum-float.xls
test/files/bug-row-column-fixnum-float.xml
test/files/comments.xls
test/files/datetime.xls
test/files/datetime.xml
test/files/datetime_floatconv.xls
test/files/datetime_floatconv.xml
test/files/emptysheets.xls
test/files/emptysheets.xml
test/files/excel2003.xml
test/files/excel2003_namespace.xml
test/files/false_encoding.xls
test/files/false_encoding.xml
test/files/formula.xls
test/files/formula.xml
test/files/formula_parse_error.xls
test/files/formula_parse_error.xml
test/files/link.csv
test/files/link.xls
test/files/matrix.xls
test/files/named_cells.xls
test/files/numbers1.ods
test/files/numbers1.xls
test/files/numbers1.xlsx
test/files/numbers1.xml
test/files/only_one_sheet.xls
test/files/only_one_sheet.xml
test/files/paragraph.xls
test/files/paragraph.xml
test/files/prova.xls
test/files/simple_spreadsheet.xls
test/files/simple_spreadsheet.xml
test/files/simple_spreadsheet_from_italo.xls
test/files/simple_spreadsheet_from_italo.xml
test/files/so_datetime.csv
test/files/style.xls
test/files/style.xml
test/files/time-test.csv
test/files/time-test.xls
test/files/time-test.xml
test/files/type_excel.ods
test/files/type_excel.xlsx
test/files/type_excelx.xls
test/files/type_openoffice.xls
test/files/whitespace.xls
test/files/whitespace.xml
test/rm_test.rb
test/test_excel_2003_xml.rb
test/test_helper.rb
test/test_roo_excel.rb
-
Original platform
-
ruby
-
New platform
-
ruby