summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-07-28Merge branch 'title_font_size'Erik Veijola
2015-07-28chart.rb: added method to set font size of Title object in chartErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-28title.rb: added text_size to set the font size of the titleErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-05Merge branch 'mfrank01-marker_symbols'Jonathan Tron
2015-07-05Fix Axlsx::LineSeries#marker_symbol and add testsJonathan Tron
2015-07-05Merge branch 'marker_symbols' of https://github.com/mfrank01/axlsx into ↵Jonathan Tron
mfrank01-marker_symbols
2015-07-04Add test to confirm control characters are removed from shared stringsThomas Cannon
* Commit f8ef8eb78eb4556676b5770c82493e6e6edf7ec8 fixed the shared strings class to automatically sanitize its serialized XML output to remove any control characters. However, this commit did not include tests that the shared strings actually removed the control characters when serializing to an XML string. * This tests confirms that the string with control characters is added to the shared strings, and that the control characters are removed from the string in question when serialized to XML.
2015-07-04Merge branch 'soutaro-fix-time-cast'Jonathan Tron
2015-07-04Merge branch 'fix-time-cast' of https://github.com/soutaro/axlsx into ↵Jonathan Tron
soutaro-fix-time-cast
2015-07-04Merge branch 'alankessler-master'Jonathan Tron
2015-07-04Merge branch 'alankessler-master'Jonathan Tron
2015-07-04Add a little bit of doc, remove warning by using attr_readerJonathan Tron
2015-07-04Merge branch 'master' of https://github.com/alankessler/axlsx into ↵Jonathan Tron
alankessler-master
2015-07-04Add a little bit of doc, remove warning by using attr_readerJonathan Tron
2015-07-04Merge branch 'master' of https://github.com/alankessler/axlsx into ↵Jonathan Tron
alankessler-master
2015-07-04Merge pull request #383 from ebouchut/patch-1Jonathan Tron
Fix a typo in the README.
2015-07-04Merge pull request #393 from edatrix/patch-1Jonathan Tron
Update README.md
2015-07-04Add ruby 2.2 to TravisCI and allow to use minor version of 2.0, 2.1Jonathan Tron
2015-07-04Merge branch 'shifakhan-example'Jonathan Tron
2015-07-04Merge branch 'example' of https://github.com/shifakhan/axlsx into ↵Jonathan Tron
shifakhan-example
2015-07-04Merge branch 'shifakhan-worksheet_tab_colour'Jonathan Tron
2015-07-04Add test, fix example with tab color generation and fix a but due to a typoJonathan Tron
2015-07-04Merge branch 'worksheet_tab_colour' of https://github.com/shifakhan/axlsx ↵Jonathan Tron
into shifakhan-worksheet_tab_colour
2015-07-04Merge pull request #402 from waiting-for-dev/mb_mime_detectionJonathan Tron
Validates whether an image is acceptable through mime type
2015-07-03Remove lowercase extension testmarc
It is no longer needed because now detection is though mime type
2015-07-03Extract mime type detection to an utility classmarc
2015-07-03Validates whether an image is acceptable through mime typemarc
image/jpeg, image/png & image/gif are considered the allowed mime types for an image. mimemagic gem is added as dependency in order to do the checking. Added tests to check against three supported mime types. A fake jpg fixture (created with 'touch' command) has been added to test that extension is no longer used.
2015-05-23Option to change tab colorshifakhan
2015-05-20Update README.mdlauren spath luhring
fix small typo
2015-05-04Added example of conditional formatting to match text in cellsshifakhan
2015-04-27Merge pull request #386 from iwan/patch-1Randy Morgan (@morgan_randy)
Update worksheet.rb
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