summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2015-11-18remove some code reekRunar Ingebrigtsen
2015-09-22Escape special characters in chart `StrVal`Clark Cutler
2015-08-07Merge branch 'master' of https://github.com/woto/axlsxRuslan Kornev
2015-08-07allow to use d_lbl_pos for LineChartRuslan Kornev
2015-07-29workbook.rb: added possibility to reverse the serialization order of workbookErik Veijola
2015-07-29num_val.rb, str_val.rb: added checking for nil values in to_xml_stringErik Veijola
2015-07-28scatter_series.rb: added line_width to scatter seriesErik Veijola
2015-07-28chart.rb: added method to set font size of Title object in chartErik Veijola
2015-07-28title.rb: added text_size to set the font size of the titleErik Veijola
2015-07-05Fix Axlsx::LineSeries#marker_symbol and add testsJonathan Tron
2015-07-05Merge branch 'marker_symbols' of https://github.com/mfrank01/axlsx into mfran...Jonathan Tron
2015-07-04Merge branch 'fix-time-cast' of https://github.com/soutaro/axlsx into soutaro...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 alankessle...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 int...Jonathan Tron
2015-07-03Extract mime type detection to an utility classmarc
2015-07-03Validates whether an image is acceptable through mime typemarc
2015-05-23Option to change tab colorshifakhan
2015-04-26Update worksheet.rbIwan Buetti
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
2015-03-14Merge pull request #377 from shifakhan/charts_background_colorJurriaan Pruis
2015-03-14Merge pull request #375 from ebeigarts/fix-upcased-imagesJurriaan Pruis
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
2014-12-10Typo in row.rbGary Holtz
2014-10-29Skip to_time if the value is a Time instanceSoutaro Matsumoto
2014-08-12Add support for enabling or disabling smoothed lines in a scatter chart seriesIan Anderson
2014-07-29Allow custom marker symbol shapes on chartmfrank01
2014-07-29Allow multiple autofilters per workbookmfrank01
2014-04-04Use #booleanizeJurriaan Pruis
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
2014-03-17Fix RichText warningJurriaan Pruis
2014-03-17Update to RubyZip 1.1.1Jurriaan Pruis
2014-03-12Fix autowidth in combination with sanitizingJurriaan Pruis
2014-03-05Small fixesJurriaan Pruis
2014-03-04Fix cell merging, #179Jurriaan Pruis
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
2014-03-04Fix sanitizing and some cleanupJurriaan Pruis
2014-03-03Add support for array formulas.tafryn
2014-03-01Implemented RichText (multiple text runs)Jurriaan Pruis