jagthedrummer-roo 1.3.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. data/History.txt +225 -0
  2. data/README.markdown +55 -0
  3. data/examples/roo_soap_client.rb +53 -0
  4. data/examples/roo_soap_server.rb +29 -0
  5. data/examples/write_me.rb +33 -0
  6. data/lib/roo.rb +29 -0
  7. data/lib/roo/excel.rb +469 -0
  8. data/lib/roo/excelx.rb +604 -0
  9. data/lib/roo/generic_spreadsheet.rb +626 -0
  10. data/lib/roo/google.rb +381 -0
  11. data/lib/roo/openoffice.rb +454 -0
  12. data/lib/roo/roo_rails_helper.rb +82 -0
  13. data/lib/roo/version.rb +9 -0
  14. data/test/1900_base.xls +0 -0
  15. data/test/1904_base.xls +0 -0
  16. data/test/Bibelbund.csv +3741 -0
  17. data/test/Bibelbund.ods +0 -0
  18. data/test/Bibelbund.xls +0 -0
  19. data/test/Bibelbund.xlsx +0 -0
  20. data/test/Bibelbund1.ods +0 -0
  21. data/test/bad_excel_date.xls +0 -0
  22. data/test/bbu.ods +0 -0
  23. data/test/bbu.xls +0 -0
  24. data/test/bbu.xlsx +0 -0
  25. data/test/bode-v1.ods.zip +0 -0
  26. data/test/bode-v1.xls.zip +0 -0
  27. data/test/boolean.ods +0 -0
  28. data/test/boolean.xls +0 -0
  29. data/test/boolean.xlsx +0 -0
  30. data/test/borders.ods +0 -0
  31. data/test/borders.xls +0 -0
  32. data/test/borders.xlsx +0 -0
  33. data/test/bug-row-column-fixnum-float.xls +0 -0
  34. data/test/datetime.ods +0 -0
  35. data/test/datetime.xls +0 -0
  36. data/test/datetime.xlsx +0 -0
  37. data/test/datetime_floatconv.xls +0 -0
  38. data/test/emptysheets.ods +0 -0
  39. data/test/emptysheets.xls +0 -0
  40. data/test/false_encoding.xls +0 -0
  41. data/test/formula.ods +0 -0
  42. data/test/formula.xls +0 -0
  43. data/test/formula.xlsx +0 -0
  44. data/test/formula_parse_error.xls +0 -0
  45. data/test/html-escape.ods +0 -0
  46. data/test/no_spreadsheet_file.txt +1 -0
  47. data/test/numbers1.csv +18 -0
  48. data/test/numbers1.ods +0 -0
  49. data/test/numbers1.xls +0 -0
  50. data/test/numbers1.xlsx +0 -0
  51. data/test/only_one_sheet.ods +0 -0
  52. data/test/only_one_sheet.xls +0 -0
  53. data/test/only_one_sheet.xlsx +0 -0
  54. data/test/paragraph.ods +0 -0
  55. data/test/paragraph.xls +0 -0
  56. data/test/paragraph.xlsx +0 -0
  57. data/test/ric.ods +0 -0
  58. data/test/simple_spreadsheet.ods +0 -0
  59. data/test/simple_spreadsheet.xls +0 -0
  60. data/test/simple_spreadsheet.xlsx +0 -0
  61. data/test/simple_spreadsheet_from_italo.ods +0 -0
  62. data/test/simple_spreadsheet_from_italo.xls +0 -0
  63. data/test/skipped_tests.rb +789 -0
  64. data/test/style.ods +0 -0
  65. data/test/style.xls +0 -0
  66. data/test/style.xlsx +0 -0
  67. data/test/test_helper.rb +19 -0
  68. data/test/test_roo.rb +1822 -0
  69. data/test/time-test.csv +2 -0
  70. data/test/time-test.ods +0 -0
  71. data/test/time-test.xls +0 -0
  72. data/test/time-test.xlsx +0 -0
  73. data/test/whitespace.ods +0 -0
  74. data/test/whitespace.xls +0 -0
  75. data/test/whitespace.xlsx +0 -0
  76. metadata +182 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.