summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-04-26Update worksheet.rbIwan Buetti
small oversight...
2015-03-27Fix a typo in the README.Eric Bouchut
2015-03-14opacity needs to be an integerAlan Kessler
2015-03-14Change option name to 'opacity' and allow value between 0 and 1.Alan Kessler
2015-03-14bump versionJurriaan Pruis
2015-03-14Merge pull request #347 from ionthegeek/smoothingJurriaan Pruis
Add support for enabling or disabling smoothed lines in a scatter series
2015-03-14Merge pull request #377 from shifakhan/charts_background_colorJurriaan Pruis
Background color option for charts
2015-03-14Merge pull request #367 from axelson/patch-1Jurriaan Pruis
Add usage information to row_column_style example
2015-03-14Merge pull request #354 from rishijain/patch-1Jurriaan Pruis
Added an example of row height
2015-03-14Merge pull request #375 from ebeigarts/fix-upcased-imagesJurriaan Pruis
Fix content types for uppercased image file extensions
2015-03-14Merge pull request #380 from bradstewart/legend-positionJurriaan Pruis
Allow legend position option for charts
2015-03-03Minor changeBrad Stewart
2015-03-03Fix commentsBrad Stewart
2015-03-03Allow legend position to be set on chartsBrad Stewart
2015-02-21Background color option for chartsshifakhan
2015-02-11Fix content types for uppercased image file extensionsEdgars Beigarts
2015-01-28Make alpha option accessible for pictures 0 = transparent ... 100000 = opaqueAlan Kessler
2015-01-12Fix #fit_to to work correctly and fix tests under Ruby 2.2.0Jurriaan Pruis
9999 is too big
2014-12-23Add usage information to row_column_style exampleJason Axelson
2014-12-11Merge pull request #363 from garymh/patch-1Jurriaan Pruis
Typo in row.rb
2014-12-10Typo in row.rbGary Holtz
"sell" should be "cell"
2014-10-29Skip to_time if the value is a Time instanceSoutaro Matsumoto
This skips calling `#to_time` if the value is a instance of subclass of `Time`, like `ActiveSupport::TimeWithZone`.
2014-10-15Added an example of row heightRishi
An example for changing the row height was missing. I thought it would make sense to have this in example as well. I needed the option and I have to look at the code to how to do it. I think it would help others.
2014-08-15Fix syntax error in scatter series testsIan Anderson
2014-08-12Add support for enabling or disabling smoothed lines in a scatter chart seriesIan Anderson
2014-08-01Add example and test for auto filters on multiple worksheet (refs #338)Jonathan Tron
2014-08-01Merge pull request #338 from mfrank01/masterJonathan Tron
Allow multiple autofilters per workbook
2014-07-29Allow custom marker symbol shapes on chartmfrank01
2014-07-29Allow multiple autofilters per workbookmfrank01
2014-04-14Merge pull request #314 from elia/patch-1Jurriaan Pruis
Fix some README links
2014-04-11Fix some README linksElia Schito
2014-04-04Use #booleanizeJurriaan Pruis
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
Use 1 or 0 instead of 'true' or 'false' in the XML output
2014-03-17Merge pull request #304 from jurriaan/rubyzip-updateJurriaan Pruis
Update to RubyZip 1.1.1
2014-03-17Fix RichText warningJurriaan Pruis
2014-03-17Update to RubyZip 1.1.1Jurriaan Pruis
2014-03-12Merge pull request #301 from jurriaan/autowidthfixJurriaan Pruis
Fix autowidth in combination with sanitizing
2014-03-12Fix autowidth in combination with sanitizingJurriaan Pruis
By only sanitizing just before serialisation.
2014-03-07Merge pull request #299 from geruhl/patch-1Randy Morgan (@morgan_randy)
Fix conditional_formatting example file
2014-03-06Fix conditional_formatting example filegeruhl
- change profitable hex color code to a legal 6 digit # (428751 = green) - "wb" and "sheet" are not created in this example, change to "book" and "ws"
2014-03-05Merge pull request #297 from jurriaan/small-fixesJurriaan Pruis
Small fixes & cleanup
2014-03-05Small fixesJurriaan Pruis
2014-03-04Merge pull request #296 from jurriaan/fix-cell-mergeJurriaan Pruis
Fix cell merging, #179
2014-03-04Fix cell merging, #179Jurriaan Pruis
2014-03-04Merge pull request #162 from croby/format_codeJurriaan Pruis
sourceLinked should be false (0) when specifying a format_code for an axis
2014-03-04Add tests for checking formatting and sourceLinked properties when setting ↵Chris Roby
formatting on an axis
2014-03-04sourceLinked should be false (0) when specifying a format_code for an axisChris Roby
2014-03-04Merge pull request #295 from tafryn/arrayformulaJurriaan Pruis
Added array formula support
2014-03-04Array forumla tests.tafryn
2014-03-04Merge pull request #294 from jurriaan/richtext-fixesJurriaan Pruis
Fix sanitizing and some cleanup